JBoss Remoting 3 3.2.13.GA-redhat-1

Uses of Interface
org.jboss.remoting3.spi.ConnectionHandlerFactory

Packages that use ConnectionHandlerFactory
org.jboss.remoting3.spi Service provider classes and interfaces. 
 

Uses of ConnectionHandlerFactory in org.jboss.remoting3.spi
 

Methods in org.jboss.remoting3.spi with parameters of type ConnectionHandlerFactory
 void ConnectionProviderContext.accept(ConnectionHandlerFactory connectionHandlerFactory)
          Accept a connection that was received by the corresponding protocol handler.
 

Method parameters in org.jboss.remoting3.spi with type arguments of type ConnectionHandlerFactory
 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.
 


JBoss Remoting 3 3.2.13.GA-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.