Class Endpoint.Factory
java.lang.Object
org.glassfish.grizzly.connectionpool.Endpoint.Factory
Convenient Endpoint factory for cases, when user has a
ConnectorHandler and endpoint address.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <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)
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details