Statistics
Changed
Added
Removed
Unchanged
Total
Contexts
9
0
0
13
22
Status
Changed
Class Summary
SocketChannel
Field Detail
Constructor Detail
SocketChannel(java.nio.channels.spi.SelectorProvider)
Method Detail
bind(java.net.SocketAddress)
connect(java.net.SocketAddress)
finishConnect()
getLocalAddress()
getRemoteAddress()
isConnected()
isConnectionPending()
open()
open(java.net.ProtocolFamily)
open(java.net.SocketAddress)
read(java.nio.ByteBuffer)
read(java.nio.ByteBuffer[])
read(java.nio.ByteBuffer[],int,int)
shutdownInput()
shutdownOutput()
socket()
validOps()
write(java.nio.ByteBuffer)
write(java.nio.ByteBuffer[])
write(java.nio.ByteBuffer[],int,int)