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 AMModifier 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.NioChannel
channel
- the org.apache.tomcat.util.net.NioChannel
NioEndpoint.Handler.SocketState event(NioChannel channel, SocketStatus status)
org.apache.tomcat.util.net.NioChannel
channel
- status
- Copyright © 2014 JBoss by Red Hat. All Rights Reserved.