Uses of Class
com.predic8.membrane.core.http.Header
Packages that use Header
Package
Description
-
Uses of Header in com.predic8.membrane.core.exchange.snapshots
Methods in com.predic8.membrane.core.exchange.snapshots that return Header -
Uses of Header in com.predic8.membrane.core.http
Fields in com.predic8.membrane.core.http declared as HeaderMethods in com.predic8.membrane.core.http that return HeaderModifier and TypeMethodDescriptionMessage.getHeader()AbstractBody.getTrailer()ChunkedBody.getTrailer()Methods in com.predic8.membrane.core.http with parameters of type HeaderModifier and TypeMethodDescriptionvoidabstract voidvoidvoidvoidbooleanAbstractBody.setTrailer(Header trailer) booleanChunkedBody.setTrailer(Header trailer) Constructors in com.predic8.membrane.core.http with parameters of type Header -
Uses of Header in com.predic8.membrane.core.http.cookie
Constructors in com.predic8.membrane.core.http.cookie with parameters of type Header -
Uses of Header in com.predic8.membrane.core.http.xml
Constructors in com.predic8.membrane.core.http.xml with parameters of type Header -
Uses of Header in com.predic8.membrane.core.interceptor.shadowing
Methods in com.predic8.membrane.core.interceptor.shadowing with parameters of type HeaderModifier and TypeMethodDescriptionvoidShadowingInterceptor.cloneRequestAndSend(AbstractBody completeBody, Exchange mainExchange, Header copiedHeader) -
Uses of Header in com.predic8.membrane.core.lang.spel.spelable
Constructors in com.predic8.membrane.core.lang.spel.spelable with parameters of type Header -
Uses of Header in com.predic8.membrane.core.multipart
Methods in com.predic8.membrane.core.multipart that return HeaderConstructors in com.predic8.membrane.core.multipart with parameters of type Header -
Uses of Header in com.predic8.membrane.core.transport.http2
Methods in com.predic8.membrane.core.transport.http2 with parameters of type Header -
Uses of Header in com.predic8.membrane.core.util
Methods in com.predic8.membrane.core.util that return HeaderModifier and TypeMethodDescriptionstatic HeaderHttpUtil.createHeaders(String contentType, String... headers)