Uses of Class
org.apache.tomcat.util.net.TcpConnection

Packages that use TcpConnection
org.apache.tomcat.util.net   
 

Uses of TcpConnection in org.apache.tomcat.util.net
 

Methods in org.apache.tomcat.util.net with parameters of type TcpConnection
 void TcpConnectionHandler.processConnection(TcpConnection connection, Object[] thData)
          Assert: connection!=null Assert: connection.getSocket() != null Assert: thData != null and is the result of calling init() Assert: thData is preserved per Thread.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.