Package | Description |
---|---|
org.jboss.ejb.client | |
org.jboss.ejb.client.remoting | |
org.jboss.naming.remote.client | |
org.jboss.naming.remote.client.ejb | |
org.jboss.remoting3 |
The base Remoting 3 API package.
|
org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
org.jboss.remotingjmx |
Modifier and Type | Method and Description |
---|---|
void |
EJBClientContext.registerConnection(Connection connection)
Deprecated.
|
void |
EJBClientContext.registerConnection(Connection connection,
String remotingProtocol)
Register a Remoting connection with this client context.
|
Modifier and Type | Method and Description |
---|---|
static IoFuture<Connection> |
NetworkUtil.connect(Endpoint endpoint,
String protocol,
InetSocketAddress destination,
InetSocketAddress sourceBindAddress,
OptionMap connectionCreationOptions,
CallbackHandler callbackHandler,
SSLContext sslContext)
Deprecated.
Returns a
IoFuture to a Connection which is established to the destination host. |
static IoFuture<Connection> |
NetworkUtil.connect(Endpoint endpoint,
String protocol,
String destinationHost,
int destinationPort,
InetSocketAddress sourceBindAddress,
OptionMap connectionCreationOptions,
CallbackHandler callbackHandler,
SSLContext sslContext)
Deprecated.
Returns a
IoFuture to a Connection which is established to the destination host. |
Constructor and Description |
---|
RemotingConnectionEJBReceiver(Connection connection)
Deprecated.
Since 2.0.0. Use
RemotingConnectionEJBReceiver.RemotingConnectionEJBReceiver(org.jboss.remoting3.Connection, String) instead |
RemotingConnectionEJBReceiver(Connection connection,
ReconnectHandler reconnectHandler,
OptionMap channelCreationOptions)
Deprecated.
|
RemotingConnectionEJBReceiver(Connection connection,
ReconnectHandler reconnectHandler,
OptionMap channelCreationOptions,
String remotingProtocol)
Construct a new instance.
|
RemotingConnectionEJBReceiver(Connection connection,
String remotingProtocol)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
Connection |
CurrentEjbClientConnection.getConnection() |
Modifier and Type | Method and Description |
---|---|
void |
CurrentEjbClientConnection.setConnection(Connection connection) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteNamingStoreEJBClientHandler.associate(Connection connection) |
void |
EJBClientHandler.associate(Connection connection)
Associates the passed
connection with an appropriate EJBClientContext . |
Modifier and Type | Method and Description |
---|---|
Connection |
Channel.getConnection()
Get the connection associated with this channel.
|
Modifier and Type | Method and Description |
---|---|
IoFuture<Connection> |
Endpoint.connect(String protocol,
SocketAddress bindAddress,
SocketAddress destination)
Open a connection with a peer.
|
IoFuture<Connection> |
Endpoint.connect(String protocol,
SocketAddress bindAddress,
SocketAddress destination,
OptionMap connectOptions)
Open a connection with a peer.
|
IoFuture<Connection> |
Endpoint.connect(String protocol,
SocketAddress bindAddress,
SocketAddress destination,
OptionMap connectOptions,
CallbackHandler callbackHandler)
Open a connection with a peer.
|
IoFuture<Connection> |
Endpoint.connect(String protocol,
SocketAddress bindAddress,
SocketAddress destination,
OptionMap connectOptions,
CallbackHandler callbackHandler,
SSLContext sslContext)
Open a connection with a peer.
|
IoFuture<Connection> |
Endpoint.connect(String protocol,
SocketAddress bindAddress,
SocketAddress destination,
OptionMap connectOptions,
CallbackHandler callbackHandler,
XnioSsl xnioSsl)
Open a connection with a peer.
|
IoFuture<Connection> |
Endpoint.connect(String protocol,
SocketAddress bindAddress,
SocketAddress destination,
OptionMap connectOptions,
String userName,
String realmName,
char[] password)
Open a connection with a peer.
|
IoFuture<Connection> |
Endpoint.connect(String protocol,
SocketAddress bindAddress,
SocketAddress destination,
OptionMap connectOptions,
String userName,
String realmName,
char[] password,
SSLContext sslContext)
Open a connection with a peer.
|
IoFuture<Connection> |
Endpoint.connect(String protocol,
SocketAddress bindAddress,
SocketAddress destination,
OptionMap connectOptions,
String userName,
String realmName,
char[] password,
XnioSsl xnioSsl)
Open a connection with a peer.
|
IoFuture<Connection> |
Endpoint.connect(URI destination)
Open a connection with a peer.
|
IoFuture<Connection> |
Endpoint.connect(URI destination,
OptionMap connectOptions)
Open a connection with a peer.
|
IoFuture<Connection> |
Endpoint.connect(URI destination,
OptionMap connectOptions,
CallbackHandler callbackHandler)
Open a connection with a peer.
|
IoFuture<Connection> |
Endpoint.connect(URI destination,
OptionMap connectOptions,
CallbackHandler callbackHandler,
SSLContext sslContext)
Open a connection with a peer.
|
IoFuture<Connection> |
Endpoint.connect(URI destination,
OptionMap connectOptions,
CallbackHandler callbackHandler,
XnioSsl xnioSsl)
Open a connection with a peer.
|
IoFuture<Connection> |
Endpoint.connect(URI destination,
OptionMap connectOptions,
String userName,
String realmName,
char[] password)
Open a connection with a peer.
|
IoFuture<Connection> |
Endpoint.connect(URI destination,
OptionMap connectOptions,
String userName,
String realmName,
char[] password,
SSLContext sslContext)
Open a connection with a peer.
|
IoFuture<Connection> |
Endpoint.connect(URI destination,
OptionMap connectOptions,
String userName,
String realmName,
char[] password,
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.
|
Modifier and Type | Method and Description |
---|---|
Connection |
RemotingMBeanServerConnection.getConnection() |
Copyright © 2016 JBoss by Red Hat. All rights reserved.