org.apache.tomcat.util.net
Interface JIoEndpoint.Handler
public
interface
JIoEndpoint.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.
public boolean process(Socket socket)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.