Uses of Interface
org.simpleframework.http.core.BodyObserver
-
Packages that use BodyObserver Package Description org.simpleframework.http.core -
-
Uses of BodyObserver in org.simpleframework.http.core
Classes in org.simpleframework.http.core that implement BodyObserver Modifier and Type Class Description (package private) classResponseObserverTheResponseObserveris used to observe the response streams.Fields in org.simpleframework.http.core declared as BodyObserver Modifier and Type Field Description private BodyObserverBodyEncoderFactory. observerThis is the monitor used to notify the initiator of events.private BodyObserverChunkedEncoder. observerThis is the observer used to notify the selector of events.private BodyObserverCloseEncoder. observerThis is the observer used to notify the selector of events.private BodyObserverEmptyEncoder. observerThis is the observer that is used to process the pipeline.private BodyObserverFixedLengthEncoder. observerThis is the observer used to notify the initiator of events.private BodyObserverRequestCertificate.Challenge. observerThis is the observer used to keep track of the HTTP transaction.private BodyObserverResponseEntity. observerThis is the observer that is used to monitor the response.Constructors in org.simpleframework.http.core with parameters of type BodyObserver Constructor Description BodyEncoderFactory(BodyObserver observer, Conversation support, Channel channel)Constructor for theBodyEncoderFactoryobject.Challenge(BodyObserver observer, Entity entity)Constructor for theChallengeobject.ChunkedEncoder(BodyObserver observer, ByteWriter writer)Constructor for theChunkedEncoderobject.CloseEncoder(BodyObserver observer, ByteWriter writer)Constructor for theCloseEncoderobject.EmptyEncoder(BodyObserver observer, ByteWriter writer)Constructor for theEmptyEncoderobject.FixedLengthEncoder(BodyObserver observer, ByteWriter writer, long limit)Constructor for theFixedLengthEncoderobject.RequestCertificate(BodyObserver observer, Entity entity)Constructor for theRequestCertificate.ResponseBuffer(BodyObserver observer, Response response, Conversation support, Entity entity)Constructor for theResponseBufferobject.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.ResponseEntity(BodyObserver observer, Request request, Entity entity)Constructor for theResponseEntityobject.
-