Frames | No Frames |
Methods with return type java.net.Socket | |
Socket | Retrieves the channel's socket.
|
Classes derived from java.net.Socket | |
class |
Constructors with parameter type java.net.Socket | |
SSLSocketImpl.SSLSocketImpl(SSLContextImpl contextImpl, String host, int port, Socket underlyingSocket, boolean autoClose) |
Methods with parameter type java.net.Socket | |
@Override |
Methods with return type java.net.Socket | |
Socket | Create a client socket that should send a request to the remote side. |
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.
|
Methods with return type java.net.Socket | |
Socket |
Classes derived from java.net.Socket | |
class | A local, or unix-domain socket. |
Methods with return type java.net.Socket | |
Socket |
Fields of type java.net.Socket | |
Socket | The socket this connection communicates on.
|
Methods with return type java.net.Socket | |
Socket | Retrieves the socket associated with this connection.
|
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. |
Classes derived from java.net.Socket | |
class |
Methods with return type java.net.Socket | |
Socket | |
Socket |
Methods with return type java.net.Socket | |
Socket | Creates an SSLSocket on a given port
|
Methods with parameter type java.net.Socket | |
byte[] | Read data, followed by the message header. |
Fields of type java.net.Socket | |
Socket | The socket used to communicate with the server.
|
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 | Put a socket. |
Methods with return type java.net.Socket | |
Socket | Create a client socket.
|
Socket | Get a socket.
|