public static final class Endpoint.Factory
extends java.lang.Object
ConnectorHandler and endpoint address.| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
static <E> Endpoint<E> |
create(E targetAddress,
ConnectorHandler<E> connectorHandler) |
static <E> Endpoint<E> |
create(E targetAddress,
E localAddress,
ConnectorHandler<E> connectorHandler) |
static <E> Endpoint<E> |
create(java.lang.Object id,
E targetAddress,
E localAddress,
ConnectorHandler<E> connectorHandler) |
public static <E> Endpoint<E> create(E targetAddress, ConnectorHandler<E> connectorHandler)
public static <E> Endpoint<E> create(E targetAddress, E localAddress, ConnectorHandler<E> connectorHandler)
public static <E> Endpoint<E> create(java.lang.Object id, E targetAddress, E localAddress, ConnectorHandler<E> connectorHandler)
Copyright © 2018 Oracle Corporation. All Rights Reserved.