Uses of Class java.net.Socket

Uses in package java.nio.channels

Methods with return type java.net.Socket

Socket
Retrieves the channel's socket.

Uses in package gnu.javax.net.ssl.provider

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
SSLSocketFactoryImpl.Socket createSocket(Socket socket, String host, int port, boolean autoClose)

Uses in package gnu.CORBA.interfaces

Methods with return type java.net.Socket

Socket
Create a client socket that should send a request to the remote side.

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.

Uses in package gnu.java.rmi.server

Methods with return type java.net.Socket

Socket

Uses in package gnu.java.net.local

Classes derived from java.net.Socket

class
A local, or unix-domain socket.

Methods with return type java.net.Socket

Socket

Uses in package gnu.java.net.protocol.http

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.

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 gnu.java.nio

Classes derived from java.net.Socket

class

Methods with return type java.net.Socket

Socket
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 gnu.CORBA.GIOP

Methods with parameter type java.net.Socket

byte[]
MessageHeader.readMessage(InputStream source, Socket service, int to_read, int to_pause)
Read data, followed by the message header.

Uses in package gnu.java.net.protocol.ftp

Fields of type java.net.Socket

Socket
The socket used to communicate with the server.

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 gnu.CORBA

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.