public class HttpClientCodec extends ProtocolCodecFilter
IoFilter.NextFilter| Constructor and Description |
|---|
HttpClientCodec()
Creates a new HttpClientCodec instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
sessionClosed(IoFilter.NextFilter nextFilter,
IoSession session)
Filters
IoHandler.sessionClosed(IoSession) event. |
filterWrite, getEncoder, messageReceived, messageSent, onPostRemove, onPreAdddestroy, event, exceptionCaught, filterClose, init, inputClosed, onPostAdd, onPreRemove, sessionCreated, sessionIdle, sessionOpened, toStringpublic void sessionClosed(IoFilter.NextFilter nextFilter, IoSession session) throws Exception
IoHandler.sessionClosed(IoSession) event.sessionClosed in interface IoFiltersessionClosed in class 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 eventException - If an error occurred while processing the eventCopyright © 2004–2025 Apache MINA Project. All rights reserved.