Package | Description |
---|---|
org.apache.synapse.commons.emulator.http | |
org.apache.synapse.commons.emulator.http.consumer | |
org.apache.synapse.commons.emulator.http.dsl |
Modifier and Type | Method and Description |
---|---|
HttpConsumerContext |
HTTPProtocolEmulator.consumer() |
HttpConsumerContext |
HTTPProtocolEmulator.getConsumerContext() |
Modifier and Type | Method and Description |
---|---|
void |
ChannelPipelineInitializer.setConsumerContext(HttpConsumerContext consumerContext) |
Constructor and Description |
---|
HttpEmulatorConsumerInitializer(HttpConsumerContext consumerContext) |
HttpResponseProcessHandler(HttpConsumerContext consumerContext) |
HttpResponseProcessor(HttpConsumerContext consumerContext) |
Modifier and Type | Method and Description |
---|---|
HttpConsumerContext |
HttpConsumerContext.context(String context) |
HttpConsumerContext |
HttpConsumerContext.host(String host) |
HttpConsumerContext |
HttpConsumerContext.httpVersion(io.netty.handler.codec.http.HttpVersion httpVersion) |
HttpConsumerContext |
HttpConsumerContext.logic(io.netty.channel.ChannelInboundHandlerAdapter logicHandler) |
HttpConsumerContext |
HttpConsumerContext.port(int port) |
HttpConsumerContext |
HttpConsumerContext.randomConnectionClose(boolean randomConnectionClose) |
HttpConsumerContext |
HttpConsumerContext.readingDelay(int readingDelay) |
HttpConsumerContext |
HttpConsumerContext.respond(OutgoingMessage outgoing) |
HttpConsumerContext |
HttpConsumerContext.when(IncomingMessage incoming) |
HttpConsumerContext |
HttpConsumerContext.writingDelay(int writingDelay) |
Copyright © 2005–2024 Apache Software Foundation. All rights reserved.