org.apache.tomcat.util.net
public static interface NioEndpoint.Handler
Modifier and Type | Interface and Description |
---|---|
static class |
NioEndpoint.Handler.SocketState |
Modifier and Type | Method and Description |
---|---|
NioEndpoint.Handler.SocketState |
event(NioChannel socket,
SocketStatus status) |
NioEndpoint.Handler.SocketState |
process(NioChannel socket) |
void |
release(NioChannel socket) |
void |
releaseCaches() |
NioEndpoint.Handler.SocketState process(NioChannel socket)
NioEndpoint.Handler.SocketState event(NioChannel socket, SocketStatus status)
void releaseCaches()
void release(NioChannel socket)
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.