| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
static <E> Endpoint<E> |
create(E targetAddress,
org.glassfish.grizzly.ConnectorHandler<E> connectorHandler) |
static <E> Endpoint<E> |
create(E targetAddress,
E localAddress,
org.glassfish.grizzly.ConnectorHandler<E> connectorHandler) |
static <E> Endpoint<E> |
create(Object id,
E targetAddress,
E localAddress,
org.glassfish.grizzly.ConnectorHandler<E> connectorHandler) |
Copyright © 2020 Oracle Corporation. All Rights Reserved.