Uses of Class
com.predic8.membrane.core.http.Request
Packages that use Request
Package
Description
-
Uses of Request in com.predic8.membrane.core.exchange
Fields in com.predic8.membrane.core.exchange declared as RequestMethods in com.predic8.membrane.core.exchange that return RequestMethods in com.predic8.membrane.core.exchange with parameters of type RequestModifier and TypeMethodDescriptionvoidAbstractExchange.setRequest(Request request) voidExchange.setRequest(Request req) -
Uses of Request in com.predic8.membrane.core.exchange.snapshots
Methods in com.predic8.membrane.core.exchange.snapshots that return RequestConstructors in com.predic8.membrane.core.exchange.snapshots with parameters of type RequestModifierConstructorDescriptionRequestSnapshot(Request request, ExceptionThrowingConsumer<AbstractExchangeSnapshot> bodyCopiedCallback, AbstractExchangeSnapshot aes, BodyCollectingMessageObserver.Strategy strategy, long limit) -
Uses of Request in com.predic8.membrane.core.http
Methods in com.predic8.membrane.core.http that return Request -
Uses of Request in com.predic8.membrane.core.http.xml
Constructors in com.predic8.membrane.core.http.xml with parameters of type Request -
Uses of Request in com.predic8.membrane.core.interceptor.oauth2server
Methods in com.predic8.membrane.core.interceptor.oauth2server that return RequestModifier and TypeMethodDescriptionstatic RequestConvert.convertToMembraneRequest(com.bornium.http.Request request) Methods in com.predic8.membrane.core.interceptor.oauth2server with parameters of type RequestModifier and TypeMethodDescriptionstatic com.bornium.http.RequestConvert.convertFromMembraneRequest(Request membraneRequest) -
Uses of Request in com.predic8.membrane.core.interceptor.swagger
Methods in com.predic8.membrane.core.interceptor.swagger with parameters of type Request -
Uses of Request in com.predic8.membrane.core.model
Methods in com.predic8.membrane.core.model with parameters of type RequestModifier and TypeMethodDescriptionvoidAbstractExchangeViewerListener.addRequest(Request request) voidIExchangeViewerListener.addRequest(Request request) -
Uses of Request in com.predic8.membrane.core.transport.http
Fields in com.predic8.membrane.core.transport.http declared as Request -
Uses of Request in com.predic8.membrane.core.util
Methods in com.predic8.membrane.core.util that return RequestModifier and TypeMethodDescriptionstatic RequestMessageUtil.getDeleteRequest(String uri) static RequestMessageUtil.getGetRequest(String uri) static RequestMessageUtil.getPostRequest(String uri)