| Package | Description |
|---|---|
| org.jboss.remoting3 |
The base Remoting 3 API package.
|
| org.jboss.remoting3.remote | |
| org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ConnectionImpl |
| Modifier and Type | Field and Description |
|---|---|
private Connection |
EndpointImpl.LocalConnectionContext.connection |
| Modifier and Type | Method and Description |
|---|---|
Connection |
EndpointImpl.LocalConnectionContext.getConnection() |
Connection |
LocalChannel.getConnection() |
Connection |
Channel.getConnection()
Get the connection associated with this channel.
|
| Modifier and Type | Method and Description |
|---|---|
org.xnio.IoFuture<Connection> |
EndpointImpl.connect(java.lang.String protocol,
java.net.SocketAddress bindAddress,
java.net.SocketAddress destination) |
org.xnio.IoFuture<Connection> |
Endpoint.connect(java.lang.String protocol,
java.net.SocketAddress bindAddress,
java.net.SocketAddress destination)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
EndpointImpl.connect(java.lang.String protocol,
java.net.SocketAddress bindAddress,
java.net.SocketAddress destination,
org.xnio.OptionMap connectOptions) |
org.xnio.IoFuture<Connection> |
Endpoint.connect(java.lang.String protocol,
java.net.SocketAddress bindAddress,
java.net.SocketAddress destination,
org.xnio.OptionMap connectOptions)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
EndpointImpl.connect(java.lang.String protocol,
java.net.SocketAddress bindAddress,
java.net.SocketAddress destination,
org.xnio.OptionMap connectOptions,
javax.security.auth.callback.CallbackHandler callbackHandler) |
org.xnio.IoFuture<Connection> |
Endpoint.connect(java.lang.String protocol,
java.net.SocketAddress bindAddress,
java.net.SocketAddress destination,
org.xnio.OptionMap connectOptions,
javax.security.auth.callback.CallbackHandler callbackHandler)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
EndpointImpl.connect(java.lang.String protocol,
java.net.SocketAddress bindAddress,
java.net.SocketAddress destination,
org.xnio.OptionMap connectOptions,
javax.security.auth.callback.CallbackHandler callbackHandler,
javax.net.ssl.SSLContext sslContext) |
org.xnio.IoFuture<Connection> |
Endpoint.connect(java.lang.String protocol,
java.net.SocketAddress bindAddress,
java.net.SocketAddress destination,
org.xnio.OptionMap connectOptions,
javax.security.auth.callback.CallbackHandler callbackHandler,
javax.net.ssl.SSLContext sslContext)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
EndpointImpl.connect(java.lang.String protocol,
java.net.SocketAddress bindAddress,
java.net.SocketAddress destination,
org.xnio.OptionMap connectOptions,
javax.security.auth.callback.CallbackHandler callbackHandler,
org.xnio.ssl.XnioSsl xnioSsl) |
org.xnio.IoFuture<Connection> |
Endpoint.connect(java.lang.String protocol,
java.net.SocketAddress bindAddress,
java.net.SocketAddress destination,
org.xnio.OptionMap connectOptions,
javax.security.auth.callback.CallbackHandler callbackHandler,
org.xnio.ssl.XnioSsl xnioSsl)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
EndpointImpl.connect(java.lang.String protocol,
java.net.SocketAddress bindAddress,
java.net.SocketAddress destination,
org.xnio.OptionMap connectOptions,
java.lang.String userName,
java.lang.String realmName,
char[] password) |
org.xnio.IoFuture<Connection> |
Endpoint.connect(java.lang.String protocol,
java.net.SocketAddress bindAddress,
java.net.SocketAddress destination,
org.xnio.OptionMap connectOptions,
java.lang.String userName,
java.lang.String realmName,
char[] password)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
EndpointImpl.connect(java.lang.String protocol,
java.net.SocketAddress bindAddress,
java.net.SocketAddress destination,
org.xnio.OptionMap connectOptions,
java.lang.String userName,
java.lang.String realmName,
char[] password,
javax.net.ssl.SSLContext sslContext) |
org.xnio.IoFuture<Connection> |
Endpoint.connect(java.lang.String protocol,
java.net.SocketAddress bindAddress,
java.net.SocketAddress destination,
org.xnio.OptionMap connectOptions,
java.lang.String userName,
java.lang.String realmName,
char[] password,
javax.net.ssl.SSLContext sslContext)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
EndpointImpl.connect(java.lang.String protocol,
java.net.SocketAddress bindAddress,
java.net.SocketAddress destination,
org.xnio.OptionMap connectOptions,
java.lang.String userName,
java.lang.String realmName,
char[] password,
org.xnio.ssl.XnioSsl xnioSsl) |
org.xnio.IoFuture<Connection> |
Endpoint.connect(java.lang.String protocol,
java.net.SocketAddress bindAddress,
java.net.SocketAddress destination,
org.xnio.OptionMap connectOptions,
java.lang.String userName,
java.lang.String realmName,
char[] password,
org.xnio.ssl.XnioSsl xnioSsl)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
EndpointImpl.connect(java.net.URI destination) |
org.xnio.IoFuture<Connection> |
Endpoint.connect(java.net.URI destination)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
EndpointImpl.connect(java.net.URI destination,
org.xnio.OptionMap connectOptions) |
org.xnio.IoFuture<Connection> |
Endpoint.connect(java.net.URI destination,
org.xnio.OptionMap connectOptions)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
EndpointImpl.connect(java.net.URI destination,
org.xnio.OptionMap connectOptions,
javax.security.auth.callback.CallbackHandler callbackHandler) |
org.xnio.IoFuture<Connection> |
Endpoint.connect(java.net.URI destination,
org.xnio.OptionMap connectOptions,
javax.security.auth.callback.CallbackHandler callbackHandler)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
EndpointImpl.connect(java.net.URI destination,
org.xnio.OptionMap connectOptions,
javax.security.auth.callback.CallbackHandler callbackHandler,
javax.net.ssl.SSLContext sslContext) |
org.xnio.IoFuture<Connection> |
Endpoint.connect(java.net.URI destination,
org.xnio.OptionMap connectOptions,
javax.security.auth.callback.CallbackHandler callbackHandler,
javax.net.ssl.SSLContext sslContext)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
EndpointImpl.connect(java.net.URI destination,
org.xnio.OptionMap connectOptions,
javax.security.auth.callback.CallbackHandler callbackHandler,
org.xnio.ssl.XnioSsl xnioSsl) |
org.xnio.IoFuture<Connection> |
Endpoint.connect(java.net.URI destination,
org.xnio.OptionMap connectOptions,
javax.security.auth.callback.CallbackHandler callbackHandler,
org.xnio.ssl.XnioSsl xnioSsl)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
EndpointImpl.connect(java.net.URI destination,
org.xnio.OptionMap connectOptions,
java.lang.String userName,
java.lang.String realmName,
char[] password) |
org.xnio.IoFuture<Connection> |
Endpoint.connect(java.net.URI destination,
org.xnio.OptionMap connectOptions,
java.lang.String userName,
java.lang.String realmName,
char[] password)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
EndpointImpl.connect(java.net.URI destination,
org.xnio.OptionMap connectOptions,
java.lang.String userName,
java.lang.String realmName,
char[] password,
javax.net.ssl.SSLContext sslContext) |
org.xnio.IoFuture<Connection> |
Endpoint.connect(java.net.URI destination,
org.xnio.OptionMap connectOptions,
java.lang.String userName,
java.lang.String realmName,
char[] password,
javax.net.ssl.SSLContext sslContext)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
EndpointImpl.connect(java.net.URI destination,
org.xnio.OptionMap connectOptions,
java.lang.String userName,
java.lang.String realmName,
char[] password,
org.xnio.ssl.XnioSsl xnioSsl) |
org.xnio.IoFuture<Connection> |
Endpoint.connect(java.net.URI destination,
org.xnio.OptionMap connectOptions,
java.lang.String userName,
java.lang.String realmName,
char[] password,
org.xnio.ssl.XnioSsl xnioSsl)
Open a connection with a peer.
|
private org.xnio.IoFuture<Connection> |
EndpointImpl.doConnect(java.lang.String scheme,
java.net.SocketAddress bindAddress,
java.net.SocketAddress destination,
org.xnio.OptionMap connectOptions,
javax.security.auth.callback.CallbackHandler callbackHandler,
org.xnio.ssl.XnioSsl xnioSsl) |
private org.xnio.IoFuture<Connection> |
EndpointImpl.doConnect(java.net.URI uri,
org.xnio.OptionMap connectOptions,
javax.security.auth.callback.CallbackHandler callbackHandler,
org.xnio.ssl.XnioSsl xnioSsl) |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointImpl.ConnectionCloseHandler.handleClose(Connection closed,
java.io.IOException exception) |
| Constructor and Description |
|---|
LocalConnectionContext(ConnectionProviderContext connectionProviderContext,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
RemoteConnectionChannel.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionHandlerContext.getConnection()
Get the connection corresponding to this connection handler context.
|