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 |
---|---|
org.xnio.Cancellable |
ConnectionProvider.connect(SocketAddress bindAddress,
SocketAddress destination,
org.xnio.OptionMap connectOptions,
org.xnio.Result<ConnectionHandlerFactory> result,
CallbackHandler callbackHandler,
org.xnio.ssl.XnioSsl xnioSsl)
Open an outbound connection, using the (optionally) given socket addresses as source and destination.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.