Package | Description |
---|---|
org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionProviderContext.accept(ConnectionHandlerFactory connectionHandlerFactory)
Accept a connection that was received by the corresponding protocol handler.
|
Modifier and Type | Method and Description |
---|---|
Cancellable |
ConnectionProvider.connect(SocketAddress bindAddress,
SocketAddress destination,
OptionMap connectOptions,
Result<ConnectionHandlerFactory> result,
CallbackHandler callbackHandler,
XnioSsl xnioSsl)
Open an outbound connection, using the (optionally) given socket addresses as source and destination.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.