Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » tomcat » util » net » [javadoc | source]
org.apache.tomcat.util.net
class: DefaultServerSocketFactory [javadoc | source]
java.lang.Object
   org.apache.tomcat.util.net.ServerSocketFactory
      org.apache.tomcat.util.net.DefaultServerSocketFactory

All Implemented Interfaces:
    Cloneable

Default server socket factory. Doesn't do much except give us plain ol' server sockets.
Fields inherited from org.apache.tomcat.util.net.ServerSocketFactory:
attributes
Constructor:
 DefaultServerSocketFactory() 
Method from org.apache.tomcat.util.net.DefaultServerSocketFactory Summary:
acceptSocket,   createSocket,   createSocket,   createSocket,   handshake
Methods from org.apache.tomcat.util.net.ServerSocketFactory:
acceptSocket,   createSocket,   createSocket,   createSocket,   getDefault,   handshake,   initSocket,   setAttribute
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tomcat.util.net.DefaultServerSocketFactory Detail:
 public Socket acceptSocket(ServerSocket socket) throws IOException 
 public ServerSocket createSocket(int port) throws IOException 
 public ServerSocket createSocket(int port,
    int backlog) throws IOException 
 public ServerSocket createSocket(int port,
    int backlog,
    InetAddress ifAddress) throws IOException 
 public  void handshake(Socket sock) throws IOException