JBoss Remoting 3 3.2.0.Beta2-redhat-1

Uses of Interface
org.jboss.remoting3.Connection

Packages that use Connection
org.jboss.remoting3 The base Remoting 3 API package. 
 

Uses of Connection in org.jboss.remoting3
 

Methods in org.jboss.remoting3 that return types with arguments of type Connection
 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, String userName, String realmName, char[] password)
          Open a connection with a peer.
 


JBoss Remoting 3 3.2.0.Beta2-redhat-1

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