|
JBoss Remoting 3 3.2.14.GA-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connection | |
---|---|
org.jboss.remoting3 | The base Remoting 3 API package. |
org.jboss.remoting3.spi | Service provider classes and interfaces. |
Uses of Connection in org.jboss.remoting3 |
---|
Methods in org.jboss.remoting3 that return Connection | |
---|---|
Connection |
Channel.getConnection()
Get the connection associated with this channel. |
Methods in org.jboss.remoting3 that return types with arguments of type Connection | |
---|---|
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. |
Uses of Connection in org.jboss.remoting3.spi |
---|
Methods in org.jboss.remoting3.spi that return Connection | |
---|---|
Connection |
ConnectionHandlerContext.getConnection()
Get the connection corresponding to this connection handler context. |
|
JBoss Remoting 3 3.2.14.GA-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |