Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.tomcat.net: Javadoc index of package org.apache.tomcat.net.


Package Samples:

org.apache.tomcat.net

Classes:

ServerSocketFactory: This class creates server sockets. It may be subclassed by other factories, which create particular types of server sockets. This provides a general framework for the addition of public socket-level functionality. It it is the server side analogue of a socket factory, and similarly provides a way to capture a variety of policies related to the sockets being constructed. Like socket factories, Server Socket factory instances have two categories of methods. First are methods used to create sockets. Second are methods which set properties used in the production of sockets, such as networking options. ...
DefaultServerSocketFactory: Default server socket factory. Doesn't do much except give us plain ol' server sockets.

Home | Contact Us | Privacy Policy | Terms of Service