Apache Tomcat 7.0.8

org.apache.tomcat.util.net
Interface NioEndpoint.Handler

All Superinterfaces:
AbstractEndpoint.Handler
Enclosing class:
NioEndpoint

public static interface NioEndpoint.Handler
extends AbstractEndpoint.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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.tomcat.util.net.AbstractEndpoint.Handler
AbstractEndpoint.Handler.SocketState
 
Method Summary
 AbstractEndpoint.Handler.SocketState event(NioChannel socket, SocketStatus status)
           
 SSLImplementation getSslImplementation()
           
 AbstractEndpoint.Handler.SocketState process(NioChannel socket)
           
 void release(NioChannel socket)
           
 void release(SocketChannel socket)
           
 
Methods inherited from interface org.apache.tomcat.util.net.AbstractEndpoint.Handler
getGlobal, recycle
 

Method Detail

process

AbstractEndpoint.Handler.SocketState process(NioChannel socket)

event

AbstractEndpoint.Handler.SocketState event(NioChannel socket,
                                           SocketStatus status)

release

void release(NioChannel socket)

release

void release(SocketChannel socket)

getSslImplementation

SSLImplementation getSslImplementation()

Apache Tomcat 7.0.8

Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.