JBoss Remoting 3 3.2.0.CR6

Uses of Interface
org.jboss.remoting3.Channel

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

Uses of Channel in org.jboss.remoting3
 

Methods in org.jboss.remoting3 that return types with arguments of type Channel
 org.xnio.IoFuture<Channel> Connection.openChannel(String serviceType, org.xnio.OptionMap optionMap)
          Open a channel to a remote service on this connection.
 

Methods in org.jboss.remoting3 with parameters of type Channel
 void OpenListener.channelOpened(Channel channel)
          Notification that a new channel has been opened for this service.
 void Channel.Receiver.handleEnd(Channel channel)
          Handle an end-of-input condition on a channel.
 void Channel.Receiver.handleError(Channel channel, IOException error)
          Handle an error condition on the channel.
 void Channel.Receiver.handleMessage(Channel channel, MessageInputStream message)
          Handle an incoming message.
 

Uses of Channel in org.jboss.remoting3.spi
 

Methods in org.jboss.remoting3.spi with parameters of type Channel
static Runnable SpiUtils.getServiceOpenTask(Channel newChannel, OpenListener listener)
          Get an executor task for opening a service.
 

Method parameters in org.jboss.remoting3.spi with type arguments of type Channel
 org.xnio.Cancellable ConnectionHandler.open(String serviceType, org.xnio.Result<Channel> result, org.xnio.OptionMap optionMap)
          Open a request handler.
 


JBoss Remoting 3 3.2.0.CR6

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