Package | Description |
---|---|
org.jboss.ejb.client.remoting | |
org.jboss.naming.remote.client | |
org.jboss.naming.remote.server | |
org.jboss.remoting3 |
The base Remoting 3 API package.
|
org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
org.jboss.remotingjmx |
Modifier and Type | Method and Description |
---|---|
static IoFuture<Connection> |
NetworkUtil.connect(Endpoint endpoint,
InetSocketAddress destination,
InetSocketAddress sourceBindAddress,
OptionMap connectionCreationOptions,
CallbackHandler callbackHandler,
SSLContext sslContext)
Deprecated.
Returns a
IoFuture to a Connection which is established to the destination host. |
static IoFuture<Connection> |
NetworkUtil.connect(Endpoint endpoint,
String destinationHost,
int destinationPort,
InetSocketAddress sourceBindAddress,
OptionMap connectionCreationOptions,
CallbackHandler callbackHandler,
SSLContext sslContext)
Deprecated.
Returns a
IoFuture to a Connection which is established to the destination host. |
Modifier and Type | Method and Description |
---|---|
Endpoint |
EndpointCache.get(String endpointName,
OptionMap endPointCreationOptions,
OptionMap remoteConnectionProviderOptions) |
Endpoint |
RemoteNamingStoreConnectionInfo.getEndpoint() |
Modifier and Type | Method and Description |
---|---|
RemoteNamingStore |
NamingStoreCache.getRemoteNamingStore(Endpoint clientEndpoint,
String connectionURL,
OptionMap connectOptions,
CallbackHandler callbackHandler,
long connectionTimeout,
OptionMap channelCreationOptions,
long channelCreationTimeoutInMillis,
List<RemoteContext.CloseTask> contextCloseTasks,
boolean randomServer)
Returns a
Channel for the passed connection properties. |
RemoteNamingStore |
NamingStoreCache.getRemoteNamingStore(Endpoint clientEndpoint,
String connectionURL,
OptionMap connectOptions,
CallbackHandler callbackHandler,
long connectionTimeout,
OptionMap channelCreationOptions,
long channelCreationTimeoutInMillis,
List<RemoteContext.CloseTask> contextCloseTasks,
boolean randomServer,
EJBClientHandler ejbClientHandler)
Returns a
Channel for the passed connection properties. |
Constructor and Description |
---|
HaRemoteNamingStore(long channelCreationTimeoutInMillis,
OptionMap channelCreationOptions,
long connectionTimeout,
CallbackHandler callbackHandler,
OptionMap connectOptions,
List<URI> connectionURIs,
Endpoint clientEndpoint,
boolean randomServer) |
RemoteNamingStoreConnectionInfo(Endpoint clientEndpoint,
URI connectURI,
OptionMap connectionOptions,
long connectionTimeoutInMillis,
CallbackHandler callbackHandler,
long channelCreationTimeoutInMillis,
OptionMap channelCreationOptions) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteNamingService.start(Endpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
static Endpoint |
Remoting.createEndpoint()
Create an anonymous endpoint.
|
static Endpoint |
Remoting.createEndpoint(OptionMap optionMap)
Create an anonymous endpoint.
|
static Endpoint |
Remoting.createEndpoint(String endpointName,
OptionMap optionMap)
Create a new endpoint with the given configuration.
|
static Endpoint |
Remoting.createEndpoint(String endpointName,
Xnio xnio,
OptionMap optionMap)
Create an endpoint with the given configuration.
|
Endpoint |
Connection.getEndpoint()
Get the local endpoint.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
ConnectionProviderContext.getEndpoint()
Get the endpoint.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.