public class HttpServerEncoder extends Object implements ProtocolEncoder
| Constructor and Description |
|---|
HttpServerEncoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose(IoSession session)
Releases all resources related with this encoder.
|
void |
encode(IoSession session,
Object message,
ProtocolEncoderOutput out)
Encodes higher-level message objects into binary or protocol-specific data.
|
public void encode(IoSession session, Object message, ProtocolEncoderOutput out) throws Exception
ProtocolEncoderProtocolEncoder.encode(IoSession, Object, ProtocolEncoderOutput)
method with message which is popped from the session write queue, and then
the encoder implementation puts encoded messages (typically IoBuffers)
into ProtocolEncoderOutput.encode in interface ProtocolEncoderException - if the message violated protocol specificationpublic void dispose(IoSession session) throws Exception
ProtocolEncoderdispose in interface ProtocolEncoderException - if failed to dispose all resourcesCopyright © 2004–2017 Apache MINA Project. All rights reserved.