|
JBoss Remoting 3.1.0.Beta2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connection | |
|---|---|
| org.jboss.remoting3 | The base Remoting 3 API package. |
| Uses of Connection in org.jboss.remoting3 |
|---|
| Methods in org.jboss.remoting3 that return Connection | |
|---|---|
Connection |
ClientContext.getConnection()
Get the connection associated with this client context. |
| Methods in org.jboss.remoting3 that return types with arguments of type Connection | |
|---|---|
org.jboss.xnio.IoFuture<? extends Connection> |
Endpoint.connect(URI destination)
Open a connection with a peer. |
org.jboss.xnio.IoFuture<? extends Connection> |
Endpoint.connect(URI destination,
org.jboss.xnio.OptionMap connectOptions)
Open a connection with a peer. |
org.jboss.xnio.IoFuture<? extends Connection> |
Endpoint.connect(URI destination,
org.jboss.xnio.OptionMap connectOptions,
CallbackHandler callbackHandler)
Open a connection with a peer. |
org.jboss.xnio.IoFuture<? extends Connection> |
Endpoint.connect(URI destination,
org.jboss.xnio.OptionMap connectOptions,
String userName,
String realmName,
char[] password)
Open a connection with a peer. |
|
JBoss Remoting 3.1.0.Beta2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||