JBoss Remoting 3 3.2.0.Beta2-redhat-1

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 Channel
 Channel ChannelPair.getLeftChannel()
          Get the left-hand channel.
 Channel ChannelPair.getRightChannel()
          Get the right-hand channel.
 

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.
 

Constructors in org.jboss.remoting3 with parameters of type Channel
ChannelPair(Channel leftChannel, Channel rightChannel)
          Construct a new instance.
 

Uses of Channel in org.jboss.remoting3.spi
 

Methods in org.jboss.remoting3.spi with parameters of type Channel
 void ConnectionHandlerContext.openService(Channel newChannel, String serviceType)
          Open 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.Beta2-redhat-1

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