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.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 ChannelModifierConstructorDescriptionEntityConsumer(Allocator allocator, Channel channel) Constructor for theEntityConsumerobject. -
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.