Next: Sockets.AbstractSocketImpl-asynchronous operations, Previous: Sockets.AbstractSocketImpl class-socket creation, Up: Sockets.AbstractSocketImpl [Index]
Connect the receiver to the given IP address and port. ‘Connecting’ means attaching the remote endpoint of the socket.
Answer the address of the local endpoint of the socket (even if IP is not being used, this identifies the machine that is bound to the socket).
Answer the port of the local endpoint of the socket (even if IP is not being used, this identifies the service or process that is bound to the socket).
Answer the address of the remote endpoint of the socket (even if IP is not being used, this identifies the machine to which the socket is connected).
Answer the port of the remote endpoint of the socket (even if IP is not being used, this identifies the service or process to which the socket is connected).