Class Endpoint.Factory
- java.lang.Object
-
- org.glassfish.grizzly.connectionpool.Endpoint.Factory
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <E> Endpoint<E>create(E targetAddress, E localAddress, org.glassfish.grizzly.ConnectorHandler<E> connectorHandler)static <E> Endpoint<E>create(E targetAddress, org.glassfish.grizzly.ConnectorHandler<E> connectorHandler)static <E> Endpoint<E>create(Object id, E targetAddress, E localAddress, org.glassfish.grizzly.ConnectorHandler<E> connectorHandler)
-