close
public void close()
throws IOException- close in interface Socket
getInputStream
public InputStream getInputStream()
throws IOException- getInputStream in interface Socket
getKeepAlive
public boolean getKeepAlive()
throws SocketException- getKeepAlive in interface Socket
getOutputStream
public OutputStream getOutputStream()
throws IOException- getOutputStream in interface Socket
getSoLinger
public int getSoLinger()
throws SocketException- getSoLinger in interface Socket
getSoTimeout
public int getSoTimeout()
throws SocketException- getSoTimeout in interface Socket
getTcpNoDelay
public boolean getTcpNoDelay()
throws SocketException- getTcpNoDelay in interface Socket
setKeepAlive
public void setKeepAlive(boolean on)
throws SocketException- setKeepAlive in interface Socket
setSendBufferSize
public void setSendBufferSize(int size)
throws SocketException- setSendBufferSize in interface Socket
setSoLinger
public void setSoLinger(boolean on,
int linger)
throws SocketException- setSoLinger in interface Socket
setSoTimeout
public void setSoTimeout(int timeout)
throws SocketException- setSoTimeout in interface Socket
setTcpNoDelay
public void setTcpNoDelay(boolean on)
throws SocketException- setTcpNoDelay in interface Socket