Statistics
Changed
Added
Removed
Unchanged
Total
Contexts
0
0
0
28
28
Status
Not Changed
Class Summary
ServerSocket
Field Detail
Constructor Detail
<init>()
<init>(int)
<init>(int,int)
<init>(int,int,java.net.InetAddress)
Method Detail
accept()
bind(java.net.SocketAddress)
bind(java.net.SocketAddress,int)
close()
getChannel()
getInetAddress()
getLocalPort()
getLocalSocketAddress()
getOption(java.net.SocketOption)
getReceiveBufferSize()
getReuseAddress()
getSoTimeout()
implAccept(java.net.Socket)
isBound()
isClosed()
setOption(java.net.SocketOption,T)
setPerformancePreferences(int,int,int)
setReceiveBufferSize(int)
setReuseAddress(boolean)
setSoTimeout(int)
setSocketFactory(java.net.SocketImplFactory)
supportedOptions()
toString()
© 2018 Oracle Corporation and/or its affiliates