org.apache.tomcat.util.net

Interface NioEndpoint.Handler

public interface NioEndpoint.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 classNioEndpoint.Handler.SocketState
Method Summary
NioEndpoint.Handler.SocketStateevent(NioChannel socket, SocketStatus status)
NioEndpoint.Handler.SocketStateprocess(NioChannel socket)
voidrelease(NioChannel socket)
voidreleaseCaches()

Method Detail

event

public NioEndpoint.Handler.SocketState event(NioChannel socket, SocketStatus status)

process

public NioEndpoint.Handler.SocketState process(NioChannel socket)

release

public void release(NioChannel socket)

releaseCaches

public void releaseCaches()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.