see super.timeout(int)
Return the name of this device
Models a handle-oriented device.
Return the socket wrapper
Return a preferred size for buffering conduit I/O
Connect to the provided endpoint
Connect to the provided endpoint
Bind this socket. This is typically used to configure a listening socket (such as a server or multicast socket). The address given should describe a local adapter, or specify the port alone (ADDR_ANY) to have the OS assign a local adapter address.
Inform other end of a connected socket that we're no longer available. In general, this should be invoked before close()
Release this Socket
Read content from the socket. Note that the operation may timeout if method setTimeout() has been invoked with a non-zero value.
Transfer the content of another conduit to this one. Returns the dst OutputStream, or throws IOException on failure.
Manage socket IO under a timeout
Throw an IOException noting the last error