public class HttpServerCodec extends ProtocolCodecFilter
IoFilter.NextFilter| 构造器和说明 |
|---|
HttpServerCodec() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
sessionClosed(IoFilter.NextFilter nextFilter,
IoSession session)
Filters
IoHandler.sessionClosed(IoSession) event. |
filterWrite, getEncoder, messageReceived, messageSent, onPostRemove, onPreAdddestroy, exceptionCaught, filterClose, init, inputClosed, onPostAdd, onPreRemove, sessionCreated, sessionIdle, sessionOpened, toStringpublic void sessionClosed(IoFilter.NextFilter nextFilter, IoSession session) throws java.lang.Exception
IoFilterAdapterIoHandler.sessionClosed(IoSession) event.sessionClosed 在接口中 IoFiltersessionClosed 在类中 ProtocolCodecFilternextFilter - the IoFilter.NextFilter for this filter. You can reuse this
object until this filter is removed from the chain.session - The IoSession which has received this eventjava.lang.Exception - If an error occurred while processing the event