Apache Tomcat 7.0.2

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)
           
 AbstractEndpoint.Handler.SocketState process(NioChannel socket)
           
 void release(NioChannel socket)
           
 void release(SocketChannel socket)
           
 void releaseCaches()
           
 

Method Detail

process

AbstractEndpoint.Handler.SocketState process(NioChannel socket)

event

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

releaseCaches

void releaseCaches()

release

void release(NioChannel socket)

release

void release(SocketChannel socket)

Apache Tomcat 7.0.2

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