JBoss Remoting 3 3.2.0.CR6

Uses of Interface
org.jboss.remoting3.Connection

Packages that use Connection
org.jboss.remoting3 The base Remoting 3 API package. 
org.jboss.remoting3.spi Service provider classes and interfaces. 
 

Uses of Connection in org.jboss.remoting3
 

Methods in org.jboss.remoting3 that return Connection
 Connection Channel.getConnection()
          Get the connection associated with this channel.
 

Methods in org.jboss.remoting3 that return types with arguments of type Connection
 org.xnio.IoFuture<Connection> Endpoint.connect(String protocol, SocketAddress bindAddress, SocketAddress destination)
          Open a connection with a peer.
 org.xnio.IoFuture<Connection> Endpoint.connect(String protocol, SocketAddress bindAddress, SocketAddress destination, org.xnio.OptionMap connectOptions)
          Open a connection with a peer.
 org.xnio.IoFuture<Connection> Endpoint.connect(String protocol, SocketAddress bindAddress, SocketAddress destination, org.xnio.OptionMap connectOptions, CallbackHandler callbackHandler)
          Open a connection with a peer.
 org.xnio.IoFuture<Connection> Endpoint.connect(String protocol, SocketAddress bindAddress, SocketAddress destination, org.xnio.OptionMap connectOptions, CallbackHandler callbackHandler, SSLContext sslContext)
          Open a connection with a peer.
 org.xnio.IoFuture<Connection> Endpoint.connect(String protocol, SocketAddress bindAddress, SocketAddress destination, org.xnio.OptionMap connectOptions, CallbackHandler callbackHandler, org.xnio.ssl.XnioSsl xnioSsl)
          Open a connection with a peer.
 org.xnio.IoFuture<Connection> Endpoint.connect(String protocol, SocketAddress bindAddress, SocketAddress destination, org.xnio.OptionMap connectOptions, String userName, String realmName, char[] password)
          Open a connection with a peer.
 org.xnio.IoFuture<Connection> Endpoint.connect(String protocol, SocketAddress bindAddress, SocketAddress destination, org.xnio.OptionMap connectOptions, String userName, String realmName, char[] password, SSLContext sslContext)
          Open a connection with a peer.
 org.xnio.IoFuture<Connection> Endpoint.connect(String protocol, SocketAddress bindAddress, SocketAddress destination, org.xnio.OptionMap connectOptions, String userName, String realmName, char[] password, org.xnio.ssl.XnioSsl xnioSsl)
          Open a connection with a peer.
 org.xnio.IoFuture<Connection> Endpoint.connect(URI destination)
          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, CallbackHandler callbackHandler)
          Open a connection with a peer.
 org.xnio.IoFuture<Connection> Endpoint.connect(URI destination, org.xnio.OptionMap connectOptions, CallbackHandler callbackHandler, SSLContext sslContext)
          Open a connection with a peer.
 org.xnio.IoFuture<Connection> Endpoint.connect(URI destination, org.xnio.OptionMap connectOptions, CallbackHandler callbackHandler, org.xnio.ssl.XnioSsl xnioSsl)
          Open a connection with a peer.
 org.xnio.IoFuture<Connection> Endpoint.connect(URI destination, org.xnio.OptionMap connectOptions, String userName, String realmName, char[] password)
          Open a connection with a peer.
 org.xnio.IoFuture<Connection> Endpoint.connect(URI destination, org.xnio.OptionMap connectOptions, String userName, String realmName, char[] password, SSLContext sslContext)
          Open a connection with a peer.
 org.xnio.IoFuture<Connection> Endpoint.connect(URI destination, org.xnio.OptionMap connectOptions, String userName, String realmName, char[] password, org.xnio.ssl.XnioSsl xnioSsl)
          Open a connection with a peer.
 

Uses of Connection in org.jboss.remoting3.spi
 

Methods in org.jboss.remoting3.spi that return Connection
 Connection ConnectionHandlerContext.getConnection()
          Get the connection corresponding to this connection handler context.
 


JBoss Remoting 3 3.2.0.CR6

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.