Package | Description |
---|---|
org.jboss.ejb.protocol.remote | |
org.jboss.remoting3 |
The base Remoting 3 API package.
|
org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
org.jboss.remotingjmx | |
org.wildfly.naming.client.remote |
Modifier and Type | Method and Description |
---|---|
org.wildfly.transaction.client.provider.remoting.RemotingOperations |
EJBTransactionProvider.getOperations(Connection connection) |
Modifier and Type | Method and Description |
---|---|
protected Connection |
ToConnectionFuture.convert(ConnectionPeerIdentity arg) |
Connection |
ConnectionPeerIdentity.getConnection()
Get the connection of this identity.
|
Connection |
Channel.getConnection()
Get the connection associated with this channel.
|
Modifier and Type | Method and Description |
---|---|
default IoFuture<Connection> |
Endpoint.connect(URI destination)
Open an unshared connection with a peer.
|
IoFuture<Connection> |
LegacyEndpoint.connect(URI destination,
InetSocketAddress bindAddress,
OptionMap connectOptions,
AuthenticationContext authenticationContext)
Deprecated.
|
IoFuture<Connection> |
Endpoint.connect(URI destination,
InetSocketAddress bindAddress,
OptionMap connectOptions,
AuthenticationContext authenticationContext)
Open an unshared connection with a peer.
|
IoFuture<Connection> |
LegacyEndpoint.connect(URI destination,
InetSocketAddress bindAddress,
OptionMap connectOptions,
SSLContext sslContext,
AuthenticationConfiguration connectionConfiguration)
Deprecated.
|
IoFuture<Connection> |
Endpoint.connect(URI destination,
InetSocketAddress bindAddress,
OptionMap connectOptions,
SSLContext sslContext,
AuthenticationConfiguration connectionConfiguration)
Open an unshared connection with a peer.
|
IoFuture<Connection> |
LegacyEndpoint.connect(URI destination,
OptionMap connectOptions)
Deprecated.
|
IoFuture<Connection> |
Endpoint.connect(URI destination,
OptionMap connectOptions)
Open an unshared connection with a peer.
|
IoFuture<Connection> |
LegacyEndpoint.connect(URI destination,
OptionMap connectOptions,
AuthenticationContext authenticationContext)
Deprecated.
|
IoFuture<Connection> |
Endpoint.connect(URI destination,
OptionMap connectOptions,
AuthenticationContext authenticationContext)
Open an unshared connection with a peer.
|
IoFuture<Connection> |
LegacyEndpoint.connect(URI destination,
OptionMap connectOptions,
CallbackHandler callbackHandler)
Deprecated.
|
IoFuture<Connection> |
Endpoint.connect(URI destination,
OptionMap connectOptions,
CallbackHandler callbackHandler)
Deprecated.
|
default IoFuture<Connection> |
Endpoint.getConnection(URI destination)
Deprecated.
|
default IoFuture<Connection> |
Endpoint.getConnection(URI destination,
SSLContext sslContext,
AuthenticationConfiguration authenticationConfiguration)
Deprecated.
|
default IoFuture<Connection> |
Endpoint.getConnection(URI destination,
SSLContext sslContext,
AuthenticationConfiguration connectionConfiguration,
AuthenticationConfiguration operateConfiguration)
Deprecated.
|
default IoFuture<Connection> |
Endpoint.getConnection(URI destination,
String abstractType,
String abstractTypeAuthority)
Deprecated.
|
default IoFuture<Connection> |
Endpoint.getConnectionIfExists(URI destination)
Deprecated.
|
default IoFuture<Connection> |
Endpoint.getConnectionIfExists(URI destination,
SSLContext sslContext,
AuthenticationConfiguration connectionConfiguration,
AuthenticationConfiguration operateConfiguration)
Deprecated.
|
default IoFuture<Connection> |
Endpoint.getConnectionIfExists(URI destination,
String abstractType,
String abstractTypeAuthority)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IoFuture<T> |
ClientServiceHandle.getClientService(Connection connection,
OptionMap optionMap)
Get or establish the future client service for the given connection.
|
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectionHandlerContext.getConnection()
Get the connection corresponding to this connection handler context.
|
Modifier and Type | Method and Description |
---|---|
Connection |
RemotingMBeanServerConnection.getConnection() |
Modifier and Type | Method and Description |
---|---|
Connection |
RemoteTransport.getConnection()
Get the Remoting connection of the current request.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.