GNU Classpath (0.95) | |
Frames | No Frames |
Methods with return type java.net.Socket | |
Socket | Creates an SSLSocket on a given port
|
Methods with return type java.net.Socket | |
Socket | Retrieves the channel's socket.
|
Methods with return type java.net.Socket | |
Socket | |
Socket |
Classes derived from java.net.Socket | |
class | A socket that communicates over the secure socket layer protocol.
|
Methods with parameter type java.net.Socket | |
String | Choose an alias for client-side authentication.
|
String | Choose an alias for server-side authentication.
|
Socket | Creates a SSL socket wrapped around an existing socket.
|
Methods with return type java.net.Socket | |
Socket | Creates a SSL socket wrapped around an existing socket.
|
Methods with parameter type java.net.Socket | |
void | This protected method is used to help subclasses override
ServerSocket.accept() . |
Methods with return type java.net.Socket | |
Socket | Accepts a new connection and returns a connected Socket
instance representing that connection. |
Methods with return type java.net.Socket | |
Socket | Returns an unbound client socket.
|
Socket | Creates a socket connected to a given host on a given port.
|
Socket | Creates a socket connected to a given host on a given port,
connecting locally to the interface with the given address and port.
|
Socket | Creates a socket connected to a given host on a given port.
|
Socket | Creates a socket connected to a given host on a given port,
connecting locally to the interface with the given address and port.
|
GNU Classpath (0.95) |