构造子索引

Socket()
Socket(InetAddress, int)
Socket(InetAddress, int, boolean)
Socket(InetAddress, int, InetAddress, int)
Socket(SocketImpl)
Socket(String, int)
Socket(String, int, boolean)
Socket(String, int, InetAddress, int)

方法索引

close()
getInetAddress()
getInputStream()
getLocalAddress()
getLocalPort()
getOutputStream()
getPort()
getSoLinger()
getSoTimeout()
getTcpNoDelay()
setSoLinger(boolean, int)
setSoTimeout(int)
setTcpNoDelay(boolean)
toString()
setSocketImplFactory(SocketImplFactory)