org.apache.tomcat.util.net
Class TcpConnection
java.lang.Object
org.apache.tomcat.util.net.TcpConnection
public class TcpConnection
extends java.lang.Object
TcpConnection
public TcpConnection()
getSocket
public Socket getSocket()
readLine
public static int readLine(InputStream in,
byte[] b,
int off,
int len)
throws IOException
recycle
public void recycle()
setMaxShutdownTries
public static void setMaxShutdownTries(int mst)
setSocket
public void setSocket(Socket socket)
shutdownInput
public static void shutdownInput(Socket socket)
throws IOException
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.