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 | |
org.wildfly.transaction.client.provider.remoting |
Modifier and Type | Method and Description |
---|---|
RemotingOperations |
EJBTransactionProvider.getOperations(Connection connection) |
Modifier and Type | Method and Description |
---|---|
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 a connection with a peer.
|
IoFuture<Connection> |
Endpoint.connect(URI destination,
InetSocketAddress bindAddress,
OptionMap connectOptions,
org.wildfly.security.auth.client.AuthenticationContext authenticationContext)
Open a connection with a peer.
|
IoFuture<Connection> |
Endpoint.connect(URI destination,
InetSocketAddress bindAddress,
OptionMap connectOptions,
SSLContext sslContext,
org.wildfly.security.auth.client.AuthenticationConfiguration connectionConfiguration)
Open a connection with a peer.
|
IoFuture<Connection> |
Endpoint.connect(URI destination,
OptionMap connectOptions)
Open a connection with a peer.
|
IoFuture<Connection> |
Endpoint.connect(URI destination,
OptionMap connectOptions,
org.wildfly.security.auth.client.AuthenticationContext authenticationContext)
Open a connection with a peer.
|
default IoFuture<Connection> |
Endpoint.getConnection(URI destination)
Get a possibly pre-existing connection to the destination.
|
default IoFuture<Connection> |
Endpoint.getConnection(URI destination,
SSLContext sslContext,
org.wildfly.security.auth.client.AuthenticationConfiguration authenticationConfiguration)
Get a possibly pre-existing connection to the destination.
|
IoFuture<Connection> |
Endpoint.getConnection(URI destination,
SSLContext sslContext,
org.wildfly.security.auth.client.AuthenticationConfiguration connectionConfiguration,
org.wildfly.security.auth.client.AuthenticationConfiguration operateConfiguration)
Get a possibly pre-existing connection to the destination.
|
default IoFuture<Connection> |
Endpoint.getConnection(URI destination,
String abstractType,
String abstractTypeAuthority)
Get a possibly pre-existing connection to the destination.
|
default IoFuture<Connection> |
Endpoint.getConnectionIfExists(URI destination)
Get a pre-existing connection to the destination.
|
IoFuture<Connection> |
Endpoint.getConnectionIfExists(URI destination,
SSLContext sslContext,
org.wildfly.security.auth.client.AuthenticationConfiguration connectionConfiguration,
org.wildfly.security.auth.client.AuthenticationConfiguration operateConfiguration)
Get a pre-existing connection to the destination.
|
default IoFuture<Connection> |
Endpoint.getConnectionIfExists(URI destination,
String abstractType,
String abstractTypeAuthority)
Get a pre-existing connection to the destination.
|
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.
|
Modifier and Type | Method and Description |
---|---|
RemotingOperations |
RemotingFallbackPeerProvider.getOperations(Connection connection)
Get an alternative operations handler for the given connection.
|
RemotingTransactionServer |
RemotingTransactionService.getServerForConnection(Connection connection) |
int |
SimpleIdResolver.getTransactionId(Connection connection)
Get the transaction ID for the transaction from which this instance was taken.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.