Uses of Class
com.predic8.membrane.core.http.AbstractBody
Packages that use AbstractBody
Package
Description
-
Uses of AbstractBody in com.predic8.membrane.core.exchange.snapshots
Methods in com.predic8.membrane.core.exchange.snapshots that return AbstractBody -
Uses of AbstractBody in com.predic8.membrane.core.http
Subclasses of AbstractBody in com.predic8.membrane.core.httpModifier and TypeClassDescriptionclassA message body (streaming, if possible).classReads the body with "Transfer-Encoding: chunked".classFields in com.predic8.membrane.core.http declared as AbstractBodyMethods in com.predic8.membrane.core.http that return AbstractBodyModifier and TypeMethodDescriptionBodyCollectingMessageObserver.getBody(AbstractBody body) Message.getBody()Methods in com.predic8.membrane.core.http with parameters of type AbstractBodyModifier and TypeMethodDescriptionvoidAbstractMessageObserver.bodyComplete(AbstractBody body) voidMessageObserver.bodyComplete(AbstractBody body) Notification that the body has fully been received.voidAbstractMessageObserver.bodyRequested(AbstractBody body) voidMessageObserver.bodyRequested(AbstractBody body) intChunk.copyChunkLength(byte[] raw, int destPos, AbstractBody body) BodyCollectingMessageObserver.getBody(AbstractBody body) voidMessage.setBody(AbstractBody b) Sets the body. -
Uses of AbstractBody in com.predic8.membrane.core.interceptor.shadowing
Methods in com.predic8.membrane.core.interceptor.shadowing with parameters of type AbstractBodyModifier and TypeMethodDescriptionvoidShadowingInterceptor.cloneRequestAndSend(AbstractBody completeBody, Exchange mainExchange, Header copiedHeader) -
Uses of AbstractBody in com.predic8.membrane.core.lang.spel.spelable
Methods in com.predic8.membrane.core.lang.spel.spelable that return AbstractBody -
Uses of AbstractBody in com.predic8.membrane.core.transport.http
Methods in com.predic8.membrane.core.transport.http with parameters of type AbstractBodyModifier and TypeMethodDescriptionvoidConnection.bodyComplete(AbstractBody body) voidConnection.bodyRequested(AbstractBody body) -
Uses of AbstractBody in com.predic8.membrane.core.transport.http2
Methods in com.predic8.membrane.core.transport.http2 that return AbstractBody