public static interface NioEndpoint.Handler
Handler
Bare bones interface used for socket processing. Per thread data is to be stored in the ThreadWithAttributes extra folders, or alternately in thread local fields.
Created on Mar 6, 2012 at 9:13:07 AM| Modifier and Type | Interface and Description |
|---|---|
static class |
NioEndpoint.Handler.SocketState
ChannelState
Created on Dec 12, 2011 at 9:41:06 AM |
| Modifier and Type | Method and Description |
|---|---|
NioEndpoint.Handler.SocketState |
event(NioChannel channel,
SocketStatus status)
Process the specified
org.apache.tomcat.util.net.NioChannel |
NioEndpoint.Handler.SocketState |
process(NioChannel channel)
Process the specified
org.apache.tomcat.util.net.NioChannel |
NioEndpoint.Handler.SocketState process(NioChannel channel)
org.apache.tomcat.util.net.NioChannelchannel - the org.apache.tomcat.util.net.NioChannelNioEndpoint.Handler.SocketState event(NioChannel channel, SocketStatus status)
org.apache.tomcat.util.net.NioChannelchannel - status - Copyright © 2016 JBoss by Red Hat. All rights reserved.