Uses of Interface
org.simpleframework.transport.Channel
Packages that use Channel
Package
Description
-
Uses of Channel in org.simpleframework.http
Methods in org.simpleframework.http that return ChannelModifier and TypeMethodDescriptionRequest.getChannel()
This provides the underlying channel for the request.RequestWrapper.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 ChannelModifier and TypeFieldDescriptionprivate final Channel
RequestCertificate.Challenge.channel
This is the channel representing the underlying TCP stream.private final Channel
RequestCertificate.channel
This is the channel representing the client connection.private final Channel
RequestCollector.channel
This is the channel used to acquire the underlying data.private final Channel
RequestDispatcher.channel
This is the channel associated with the request to dispatch.private Channel
RequestEntity.channel
This channel represents the connected pipeline used.private final Channel
RequestReader.channel
This is the channel object associated with the collector.private Channel
ResponseEntity.channel
This is the underlying channel for the connected pipeline.private Channel
ResponseObserver.channel
This is the channel associated with the client connection.Methods in org.simpleframework.http.core that return ChannelModifier and TypeMethodDescriptionRequestCollector.getChannel()
This provides the connected channel for the client.RequestEntity.getChannel()
This provides the underlying channel for the request.Methods in org.simpleframework.http.core with parameters of type ChannelModifier and TypeMethodDescriptionvoid
This is used to initiate the processing of the channel.void
This is used to initiate the processing of the channel.Constructors in org.simpleframework.http.core with parameters of type ChannelModifierConstructorDescriptionBodyEncoderFactory
(BodyObserver observer, Conversation support, Channel channel) Constructor for theBodyEncoderFactory
object.RequestCollector
(Allocator allocator, Channel channel) TheRequestCollector
object used to collect the data from the underlying transport.ResponseBuffer
(BodyObserver observer, Response response, Conversation support, Channel channel) Constructor for theResponseBuffer
object.ResponseEncoder
(BodyObserver observer, Response response, Conversation support, Channel channel) Constructor for theResponseEncoder
object, 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 ChannelModifier and TypeMethodDescriptionEntity.getChannel()
This provides the connected channel for the client.Constructors in org.simpleframework.http.message with parameters of type ChannelModifierConstructorDescriptionContinueDispatcher
(Channel channel) Constructor for theContinueDispatcher
object.EntityConsumer
(Allocator allocator, Channel channel) Constructor for theEntityConsumer
object. -
Uses of Channel in org.simpleframework.http.socket.service
Fields in org.simpleframework.http.socket.service declared as ChannelModifier and TypeFieldDescriptionprivate final Channel
FrameCollector.channel
This is the underlying channel for this frame collector.private final Channel
FrameConnection.channel
This is the underlying TCP channel that frames are sent over.private final Channel
FrameEncoder.channel
This is the TCP channel the frames are delivered over.private final Channel
FrameProcessor.channel
This is the underlying TCP channel this reads frames from.private final Channel
OutputBarrier.channel
This is the TCP channel the frames are delivered over.private final Channel
ResponseBuilder.channel
This is the underlying TCP channel for the request.private final Channel
StatusChecker.channel
This is the underling TCP channel that is being checked. -
Uses of Channel in org.simpleframework.transport
Classes in org.simpleframework.transport that implement ChannelModifier and TypeClassDescriptionclass
TheTransportChannel
provides a means to deliver and receive content over a transport.