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

Quick Search    Search Deep
C G J S V

C

createServerSocket() - Method in class javax.net.ServerSocketFactory
Create an unbound server socket.
createServerSocket(int) - Method in class javax.net.ServerSocketFactory
Create a server socket bound to the given port.
createServerSocket(int, int) - Method in class javax.net.ServerSocketFactory
 
createServerSocket(int, int, InetAddress) - Method in class javax.net.ServerSocketFactory
 
createServerSocket() - Method in class javax.net.VanillaServerSocketFactory
 
createServerSocket(int) - Method in class javax.net.VanillaServerSocketFactory
 
createServerSocket(int, int) - Method in class javax.net.VanillaServerSocketFactory
 
createServerSocket(int, int, InetAddress) - Method in class javax.net.VanillaServerSocketFactory
 
createSocket() - Method in class javax.net.SocketFactory
Returns an unbound client socket.
createSocket(String, int) - Method in class javax.net.SocketFactory
Creates a socket connected to a given host on a given port.
createSocket(String, int, InetAddress, int) - Method in class javax.net.SocketFactory
Creates a socket connected to a given host on a given port, connecting locally to the interface with the given address and port.
createSocket(InetAddress, int) - Method in class javax.net.SocketFactory
Creates a socket connected to a given host on a given port.
createSocket(InetAddress, int, InetAddress, int) - Method in class javax.net.SocketFactory
Creates a socket connected to a given host on a given port, connecting locally to the interface with the given address and port.
createSocket() - Method in class javax.net.VanillaSocketFactory
 
createSocket(String, int) - Method in class javax.net.VanillaSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class javax.net.VanillaSocketFactory
 
createSocket(InetAddress, int) - Method in class javax.net.VanillaSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class javax.net.VanillaSocketFactory
 

G

getDefault() - Static method in class javax.net.ServerSocketFactory
Returns the default server socket factory.
getDefault() - Static method in class javax.net.SocketFactory
Returns the default socket factory.

J

javax.net - package javax.net
 

S

ServerSocketFactory - class javax.net.ServerSocketFactory.
A factory for server sockets.
ServerSocketFactory() - Constructor for class javax.net.ServerSocketFactory
Default 0-argument constructor.
SocketFactory - class javax.net.SocketFactory.
A factory for client sockets.
SocketFactory() - Constructor for class javax.net.SocketFactory
Default 0-arguments constructor.

V

VanillaServerSocketFactory - class javax.net.VanillaServerSocketFactory.
A trivial server socket factory.
VanillaServerSocketFactory() - Constructor for class javax.net.VanillaServerSocketFactory
 
VanillaSocketFactory - class javax.net.VanillaSocketFactory.
A trivial client socket factory.
VanillaSocketFactory() - Constructor for class javax.net.VanillaSocketFactory
 

C G J S V