org.apache.tomcat.util.net
public class TcpConnection extends Object
| Constructor Summary | |
|---|---|
| TcpConnection() | |
| Method Summary | |
|---|---|
| PoolTcpEndpoint | getEndpoint() |
| Socket | getSocket() |
| static int | readLine(InputStream in, byte[] b, int off, int len) |
| void | recycle() |
| void | setEndpoint(PoolTcpEndpoint endpoint) |
| static void | setMaxShutdownTries(int mst) |
| void | setSocket(Socket socket) |
| static void | shutdownInput(Socket socket) |