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 ChannelRequestCertificate.Challenge.channelThis is the channel representing the underlying TCP stream.private final ChannelRequestCertificate.channelThis is the channel representing the client connection.private final ChannelRequestCollector.channelThis is the channel used to acquire the underlying data.private final ChannelRequestDispatcher.channelThis is the channel associated with the request to dispatch.private ChannelRequestEntity.channelThis channel represents the connected pipeline used.private final 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 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 TypeMethodDescriptionvoidThis is used to initiate the processing of the channel.voidThis 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 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 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 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 ChannelModifier and TypeFieldDescriptionprivate final ChannelFrameCollector.channelThis is the underlying channel for this frame collector.private final ChannelFrameConnection.channelThis is the underlying TCP channel that frames are sent over.private final ChannelFrameEncoder.channelThis is the TCP channel the frames are delivered over.private final ChannelFrameProcessor.channelThis is the underlying TCP channel this reads frames from.private final ChannelOutputBarrier.channelThis is the TCP channel the frames are delivered over.private final ChannelResponseBuilder.channelThis is the underlying TCP channel for the request.private final 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 ChannelModifier and TypeClassDescriptionclassTheTransportChannelprovides a means to deliver and receive content over a transport.