org.apache.tomcat.util.net

Interface AprEndpoint.Handler

public interface AprEndpoint.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
static classAprEndpoint.Handler.SocketState
Method Summary
AprEndpoint.Handler.SocketStateevent(long socket, SocketStatus status)
AprEndpoint.Handler.SocketStateprocess(long socket)

Method Detail

event

public AprEndpoint.Handler.SocketState event(long socket, SocketStatus status)

process

public AprEndpoint.Handler.SocketState process(long socket)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.