Package org.apache.tomcat.util.net
Class AprEndpoint.SocketWithOptionsProcessor
- java.lang.Object
- 
- org.apache.tomcat.util.net.AprEndpoint.SocketWithOptionsProcessor
 
- 
- All Implemented Interfaces:
- java.lang.Runnable
 - Enclosing class:
- AprEndpoint
 
 protected class AprEndpoint.SocketWithOptionsProcessor extends java.lang.Object implements java.lang.RunnableThis class is the equivalent of the Worker, but will simply use in an external Executor thread pool. This will also set the socket options and do the handshake. This is called after an accept().
- 
- 
Field SummaryFields Modifier and Type Field Description protected SocketWrapperBase<java.lang.Long>socket
 - 
Constructor SummaryConstructors Constructor Description SocketWithOptionsProcessor(SocketWrapperBase<java.lang.Long> socket)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()
 
- 
- 
- 
Field Detail- 
socketprotected SocketWrapperBase<java.lang.Long> socket 
 
- 
 - 
Constructor Detail- 
SocketWithOptionsProcessorpublic SocketWithOptionsProcessor(SocketWrapperBase<java.lang.Long> socket) 
 
- 
 
-