| 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 |
|---|---|
protected Connection |
ToConnectionFuture.convert(ConnectionPeerIdentity arg) |
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 an unshared 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)
Open an unshared connection with a peer.
|
org.xnio.IoFuture<Connection> |
Endpoint.connect(URI destination,
InetSocketAddress bindAddress,
org.xnio.OptionMap connectOptions,
SSLContext sslContext,
org.wildfly.security.auth.client.AuthenticationConfiguration connectionConfiguration)
Open an unshared connection with a peer.
|
org.xnio.IoFuture<Connection> |
Endpoint.connect(URI destination,
org.xnio.OptionMap connectOptions)
Open an unshared connection with a peer.
|
org.xnio.IoFuture<Connection> |
Endpoint.connect(URI destination,
org.xnio.OptionMap connectOptions,
org.wildfly.security.auth.client.AuthenticationContext authenticationContext)
Open an unshared connection with a peer.
|
default org.xnio.IoFuture<Connection> |
Endpoint.getConnection(URI destination)
Deprecated.
|
default org.xnio.IoFuture<Connection> |
Endpoint.getConnection(URI destination,
SSLContext sslContext,
org.wildfly.security.auth.client.AuthenticationConfiguration authenticationConfiguration)
Deprecated.
|
default org.xnio.IoFuture<Connection> |
Endpoint.getConnection(URI destination,
SSLContext sslContext,
org.wildfly.security.auth.client.AuthenticationConfiguration connectionConfiguration,
org.wildfly.security.auth.client.AuthenticationConfiguration operateConfiguration)
Deprecated.
|
default org.xnio.IoFuture<Connection> |
Endpoint.getConnection(URI destination,
String abstractType,
String abstractTypeAuthority)
Deprecated.
|
default org.xnio.IoFuture<Connection> |
Endpoint.getConnectionIfExists(URI destination)
Deprecated.
|
default org.xnio.IoFuture<Connection> |
Endpoint.getConnectionIfExists(URI destination,
SSLContext sslContext,
org.wildfly.security.auth.client.AuthenticationConfiguration connectionConfiguration,
org.wildfly.security.auth.client.AuthenticationConfiguration operateConfiguration)
Deprecated.
|
default org.xnio.IoFuture<Connection> |
Endpoint.getConnectionIfExists(URI destination,
String abstractType,
String abstractTypeAuthority)
Deprecated.
|
| 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 © 2018 JBoss, a division of Red Hat, Inc.. All rights reserved.