Statistics
 ChangedAddedRemovedUnchangedTotal
Contexts0002828
StatusNot 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