Uses of Interface
org.simpleframework.transport.Channel
-
Packages that use Channel Package Description org.simpleframework.http org.simpleframework.http.core org.simpleframework.http.message org.simpleframework.http.socket.service org.simpleframework.transport -
-
Uses of Channel in org.simpleframework.http
Methods in org.simpleframework.http that return Channel Modifier and Type Method Description ChannelRequest. getChannel()This provides the underlying channel for the request.ChannelRequestWrapper. getChannel()This provides the underlying channel for the request. -
Uses of Channel in org.simpleframework.http.core
Fields in org.simpleframework.http.core declared as Channel Modifier and Type Field Description private ChannelRequestCertificate.Challenge. channelThis is the channel representing the underlying TCP stream.private ChannelRequestCertificate. channelThis is the channel representing the client connection.private ChannelRequestCollector. channelThis is the channel used to acquire the underlying data.private ChannelRequestDispatcher. channelThis is the channel associated with the request to dispatch.private ChannelRequestEntity. channelThis channel represents the connected pipeline used.private ChannelRequestReader. channelThis is the channel object associated with the collector.private ChannelResponseEntity. channelThis is the underlying channel for the connected pipeline.private ChannelResponseObserver. channelThis is the channel associated with the client connection.Methods in org.simpleframework.http.core that return Channel Modifier and Type Method Description ChannelRequestCollector. getChannel()This provides the connected channel for the client.ChannelRequestEntity. getChannel()This provides the underlying channel for the request.Methods in org.simpleframework.http.core with parameters of type Channel Modifier and Type Method Description voidContainerController. start(Channel channel)This is used to initiate the processing of the channel.voidController. start(Channel channel)This is used to initiate the processing of the channel.Constructors in org.simpleframework.http.core with parameters of type Channel Constructor Description BodyEncoderFactory(BodyObserver observer, Conversation support, Channel channel)Constructor for theBodyEncoderFactoryobject.RequestCollector(Allocator allocator, Channel channel)TheRequestCollectorobject used to collect the data from the underlying transport.ResponseBuffer(BodyObserver observer, Response response, Conversation support, Channel channel)Constructor for theResponseBufferobject.ResponseEncoder(BodyObserver observer, Response response, Conversation support, Channel channel)Constructor for theResponseEncoderobject, this is used to create an object used to transfer a response body. -
Uses of Channel in org.simpleframework.http.message
Methods in org.simpleframework.http.message that return Channel Modifier and Type Method Description ChannelEntity. getChannel()This provides the connected channel for the client.Constructors in org.simpleframework.http.message with parameters of type Channel Constructor Description ContinueDispatcher(Channel channel)Constructor for theContinueDispatcherobject.EntityConsumer(Allocator allocator, Channel channel)Constructor for theEntityConsumerobject. -
Uses of Channel in org.simpleframework.http.socket.service
Fields in org.simpleframework.http.socket.service declared as Channel Modifier and Type Field Description private ChannelFrameCollector. channelThis is the underlying channel for this frame collector.private ChannelFrameConnection. channelThis is the underlying TCP channel that frames are sent over.private ChannelFrameEncoder. channelThis is the TCP channel the frames are delivered over.private ChannelFrameProcessor. channelThis is the underlying TCP channel this reads frames from.private ChannelOutputBarrier. channelThis is the TCP channel the frames are delivered over.private ChannelResponseBuilder. channelThis is the underlying TCP channel for the request.private ChannelStatusChecker. channelThis is the underling TCP channel that is being checked. -
Uses of Channel in org.simpleframework.transport
Classes in org.simpleframework.transport that implement Channel Modifier and Type Class Description classTransportChannelTheTransportChannelprovides a means to deliver and receive content over a transport.
-