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