| 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 |
ConnectionPeerIdentity.getConnection()
Get the connection of this identity.
|
Connection |
Channel.getConnection()
Get the connection associated with this channel.
|
| Modifier and Type | Method and Description |
|---|---|
default org.xnio.IoFuture<Connection> |
Endpoint.connect(URI destination)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
Endpoint.connect(URI destination,
InetSocketAddress bindAddress,
org.xnio.OptionMap connectOptions,
org.wildfly.security.auth.client.AuthenticationContext authenticationContext,
SaslClientFactory saslClientFactory)
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,
org.wildfly.security.auth.client.AuthenticationContext authenticationContext)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
Endpoint.connect(URI destination,
org.xnio.OptionMap connectOptions,
org.wildfly.security.auth.client.AuthenticationContext authenticationContext,
SaslClientFactory saslClientFactory)
Open a connection with a peer.
|
org.xnio.IoFuture<Connection> |
Endpoint.connect(URI destination,
org.xnio.OptionMap connectOptions,
SaslClientFactory saslClientFactory)
Open a connection with a peer.
|
default org.xnio.IoFuture<Connection> |
Endpoint.getConnection(URI destination)
Get a possibly pre-existing connection to the destination.
|
org.xnio.IoFuture<Connection> |
Endpoint.getConnection(URI destination,
String abstractType,
String abstractTypeAuthority)
Get a possibly pre-existing connection to the destination.
|
| Modifier and Type | Method and Description |
|---|---|
org.xnio.IoFuture<T> |
ClientServiceHandle.getClientService(Connection connection,
org.xnio.OptionMap optionMap)
Get or establish the future client service for the given connection.
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionHandlerContext.getConnection()
Get the connection corresponding to this connection handler context.
|
Copyright © 2016 JBoss, a division of Red Hat, Inc.. All rights reserved.