Package | Description |
---|---|
org.jboss.remoting3 |
The base Remoting 3 API package.
|
org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
Connection |
Channel.getConnection()
Get the connection associated with this channel.
|
Modifier and Type | Method and Description |
---|---|
org.xnio.IoFuture<Connection> |
Endpoint.connect(String protocol,
SocketAddress bindAddress,
SocketAddress destination)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
Endpoint.connect(String protocol,
SocketAddress bindAddress,
SocketAddress destination,
org.xnio.OptionMap connectOptions)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
Endpoint.connect(String protocol,
SocketAddress bindAddress,
SocketAddress destination,
org.xnio.OptionMap connectOptions,
CallbackHandler callbackHandler)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
Endpoint.connect(String protocol,
SocketAddress bindAddress,
SocketAddress destination,
org.xnio.OptionMap connectOptions,
CallbackHandler callbackHandler,
SSLContext sslContext)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
Endpoint.connect(String protocol,
SocketAddress bindAddress,
SocketAddress destination,
org.xnio.OptionMap connectOptions,
CallbackHandler callbackHandler,
org.xnio.ssl.XnioSsl xnioSsl)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
Endpoint.connect(String protocol,
SocketAddress bindAddress,
SocketAddress destination,
org.xnio.OptionMap connectOptions,
String userName,
String realmName,
char[] password)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
Endpoint.connect(String protocol,
SocketAddress bindAddress,
SocketAddress destination,
org.xnio.OptionMap connectOptions,
String userName,
String realmName,
char[] password,
SSLContext sslContext)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
Endpoint.connect(String protocol,
SocketAddress bindAddress,
SocketAddress destination,
org.xnio.OptionMap connectOptions,
String userName,
String realmName,
char[] password,
org.xnio.ssl.XnioSsl xnioSsl)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
Endpoint.connect(URI destination)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
Endpoint.connect(URI destination,
org.xnio.OptionMap connectOptions)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
Endpoint.connect(URI destination,
org.xnio.OptionMap connectOptions,
CallbackHandler callbackHandler)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
Endpoint.connect(URI destination,
org.xnio.OptionMap connectOptions,
CallbackHandler callbackHandler,
SSLContext sslContext)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
Endpoint.connect(URI destination,
org.xnio.OptionMap connectOptions,
CallbackHandler callbackHandler,
org.xnio.ssl.XnioSsl xnioSsl)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
Endpoint.connect(URI destination,
org.xnio.OptionMap connectOptions,
String userName,
String realmName,
char[] password)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
Endpoint.connect(URI destination,
org.xnio.OptionMap connectOptions,
String userName,
String realmName,
char[] password,
SSLContext sslContext)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
Endpoint.connect(URI destination,
org.xnio.OptionMap connectOptions,
String userName,
String realmName,
char[] password,
org.xnio.ssl.XnioSsl xnioSsl)
Open a connection with a peer.
|
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectionHandlerContext.getConnection()
Get the connection corresponding to this connection handler context.
|
Copyright © 2014 JBoss, a division of Red Hat, Inc.. All rights reserved.