| 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 | Method and Description |
|---|---|
void |
EndpointImpl.ConnectionProviderContextImpl.accept(ConnectionHandlerFactory connectionHandlerFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.xnio.Cancellable |
LocalConnectionProvider.connect(java.net.SocketAddress bindAddress,
java.net.SocketAddress destination,
org.xnio.OptionMap connectOptions,
org.xnio.Result<ConnectionHandlerFactory> result,
javax.security.auth.callback.CallbackHandler callbackHandler,
org.xnio.ssl.XnioSsl xnioSsl) |
| Constructor and Description |
|---|
ConnectionImpl(EndpointImpl endpoint,
ConnectionHandlerFactory connectionHandlerFactory,
ConnectionProviderContext connectionProviderContext) |
| Modifier and Type | Field and Description |
|---|---|
private org.xnio.Result<ConnectionHandlerFactory> |
RemoteConnection.result |
| Modifier and Type | Method and Description |
|---|---|
(package private) org.xnio.Result<ConnectionHandlerFactory> |
RemoteConnection.getResult() |
| Modifier and Type | Method and Description |
|---|---|
org.xnio.Cancellable |
RemoteConnectionProvider.connect(java.net.SocketAddress bindAddress,
java.net.SocketAddress destination,
org.xnio.OptionMap connectOptions,
org.xnio.Result<ConnectionHandlerFactory> result,
javax.security.auth.callback.CallbackHandler callbackHandler,
org.xnio.ssl.XnioSsl xnioSsl) |
(package private) void |
RemoteConnection.setResult(org.xnio.Result<ConnectionHandlerFactory> result) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionProviderContext.accept(ConnectionHandlerFactory connectionHandlerFactory)
Accept a connection that was received by the corresponding protocol handler.
|
| Modifier and Type | Method and Description |
|---|---|
org.xnio.Cancellable |
ConnectionProvider.connect(java.net.SocketAddress bindAddress,
java.net.SocketAddress destination,
org.xnio.OptionMap connectOptions,
org.xnio.Result<ConnectionHandlerFactory> result,
javax.security.auth.callback.CallbackHandler callbackHandler,
org.xnio.ssl.XnioSsl xnioSsl)
Open an outbound connection, using the (optionally) given socket addresses as source and destination.
|