Uses of Class java.net.Socket

Uses in package javax.rmi.ssl

Methods with return type java.net.Socket

Socket
Creates an SSLSocket on a given port

Uses in package java.nio.channels

Methods with return type java.net.Socket

Socket
Retrieves the channel's socket.

Uses in package java.rmi.server

Methods with return type java.net.Socket

Socket
Socket

Uses in package javax.net.ssl

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
X509KeyManager.chooseClientAlias(String[] keyTypes, Principal[] issuers, Socket socket)
Choose an alias for client-side authentication.
String
X509KeyManager.chooseServerAlias(String keyType, Principal[] issuers, Socket socket)
Choose an alias for server-side authentication.
Socket
SSLSocketFactory.createSocket(Socket socket, String host, int port, boolean autoClose)
Creates a SSL socket wrapped around an existing socket.

Methods with return type java.net.Socket

Socket
SSLSocketFactory.createSocket(Socket socket, String host, int port, boolean autoClose)
Creates a SSL socket wrapped around an existing socket.

Uses in package java.net

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.

Uses in package javax.net

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
SocketFactory.createSocket(String host, int port, InetAddress localHost, int localPort)
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
SocketFactory.createSocket(InetAddress hast, int port, InetAddress localHost, int localPort)
Creates a socket connected to a given host on a given port, connecting locally to the interface with the given address and port.