Uses of Interface
org.simpleframework.transport.Channel

Packages that use Channel
org.simpleframework.http.message   
org.simpleframework.transport   
 

Uses of Channel in org.simpleframework.http.message
 

Methods in org.simpleframework.http.message that return Channel
 Channel Entity.getChannel()
          This provides the connected channel for the client.
 

Constructors in org.simpleframework.http.message with parameters of type Channel
EntityConsumer(Allocator allocator, Channel channel)
          Constructor for the EntityConsumer object.
 

Uses of Channel in org.simpleframework.transport
 

Classes in org.simpleframework.transport that implement Channel
 class TransportChannel
          The TransportChannel provides a means to deliver and receive content over a transport.
 



Copyright © 2013. All Rights Reserved.