public class MyResponseEncoder extends Object implements ProtocolEncoder
Constructor and Description |
---|
MyResponseEncoder() |
Modifier and Type | Method and Description |
---|---|
void |
dispose(IoSession session) |
void |
encode(IoSession session,
Object message,
ProtocolEncoderOutput out) |
public void encode(IoSession session, Object message, ProtocolEncoderOutput out) throws Exception
encode
in interface ProtocolEncoder
Exception
public void dispose(IoSession session) throws Exception
dispose
in interface ProtocolEncoder
Exception
Copyright © 2004–2018 Apache MINA Project. All rights reserved.