Uses of Class
org.apache.synapse.commons.emulator.http.dsl.HttpConsumerContext
Packages that use HttpConsumerContext
Package
Description
-
Uses of HttpConsumerContext in org.apache.synapse.commons.emulator.http
Methods in org.apache.synapse.commons.emulator.http that return HttpConsumerContextModifier and TypeMethodDescriptionHTTPProtocolEmulator.consumer()HTTPProtocolEmulator.getConsumerContext()Methods in org.apache.synapse.commons.emulator.http with parameters of type HttpConsumerContextModifier and TypeMethodDescriptionvoidChannelPipelineInitializer.setConsumerContext(HttpConsumerContext consumerContext) -
Uses of HttpConsumerContext in org.apache.synapse.commons.emulator.http.consumer
Constructors in org.apache.synapse.commons.emulator.http.consumer with parameters of type HttpConsumerContextModifierConstructorDescriptionHttpEmulatorConsumerInitializer(HttpConsumerContext consumerContext) HttpResponseProcessHandler(HttpConsumerContext consumerContext) HttpResponseProcessor(HttpConsumerContext consumerContext) -
Uses of HttpConsumerContext in org.apache.synapse.commons.emulator.http.dsl
Methods in org.apache.synapse.commons.emulator.http.dsl that return HttpConsumerContextModifier and TypeMethodDescriptionHttpConsumerContext.httpVersion(io.netty.handler.codec.http.HttpVersion httpVersion) HttpConsumerContext.logic(io.netty.channel.ChannelInboundHandlerAdapter logicHandler) HttpConsumerContext.port(int port) HttpConsumerContext.randomConnectionClose(boolean randomConnectionClose) HttpConsumerContext.readingDelay(int readingDelay) HttpConsumerContext.respond(OutgoingMessage outgoing) HttpConsumerContext.when(IncomingMessage incoming) HttpConsumerContext.writingDelay(int writingDelay)