OutboundMessageType
- the outbound message typeInboundMessageType
- the inbound message typepublic interface HttpClientMessagePipeline<InboundMessageType,OutboundMessageType> extends MessagePipeline<InboundMessageType,OutboundMessageType>
MessagePipeline
which narrows the type of allowed encoders and decoders.Modifier and Type | Method and Description |
---|---|
HttpClientResponseMessageDecoder<InboundMessageType> |
getDecoder()
Get the message decoder instance.
|
HttpClientRequestMessageEncoder<OutboundMessageType> |
getEncoder()
Get the message encoder instance.
|
getInboundMessageHandler, getOutboundPayloadMessageHandler, getOutboundTransportMessageHandler
HttpClientRequestMessageEncoder<OutboundMessageType> getEncoder()
Narrows the super-interface return type to HttpClientRequestMessageEncoder
.
getEncoder
in interface MessagePipeline<InboundMessageType,OutboundMessageType>
HttpClientResponseMessageDecoder<InboundMessageType> getDecoder()
Narrows the super-interface return type to HttpClientResponseMessageDecoder
.
getDecoder
in interface MessagePipeline<InboundMessageType,OutboundMessageType>
Copyright © 1999–2015. All rights reserved.