The methods of Java.Nio.Channels.SocketChannel are listed below. For a list of all members, see the SocketChannel Members list.
See Also: Inherited members from Java.Nio.Channels.Spi.AbstractSelectableChannel
abstract | Bind(Java.Net.SocketAddress)Documentation for this section has not yet been entered. | |
abstract | Connect(Java.Net.SocketAddress)Connects this channel's socket with a remote address. | |
ConnectAsync(Java.Net.SocketAddress)Documentation for this section has not yet been entered. | ||
abstract | FinishConnect()Completes the connection process initiated by a call of connect(SocketAddress). | |
FinishConnectAsync()Documentation for this section has not yet been entered. | ||
static | Open()Creates an open and unconnected socket channel. | |
static | Open(Java.Net.SocketAddress)Creates a socket channel and connects it to a socket address. | |
abstract | Read(Java.Nio.ByteBuffer)Reads bytes from this socket channel into the given buffer. | |
Read(Java.Nio.ByteBuffer[])Reads bytes from this socket channel and stores them in the specified array of buffers. | ||
abstract | Read(Java.Nio.ByteBuffer[], int, int)Reads bytes from this socket channel into a subset of the given buffers. | |
abstract | ShutdownInput()Documentation for this section has not yet been entered. | |
abstract | ShutdownOutput()Documentation for this section has not yet been entered. | |
abstract | Socket()Returns the socket assigned to this channel, which does not declare any public methods that are not declared in Socket. | |
override | ValidOps()Gets the valid operations of this channel. | |
abstract | Write(Java.Nio.ByteBuffer)Writes bytes from the given byte buffer to this socket channel. | |
Write(Java.Nio.ByteBuffer[])Writes bytes from all the given byte buffers to this socket channel. | ||
abstract | Write(Java.Nio.ByteBuffer[], int, int)Attempts to write a subset of the given bytes from the buffers to this socket channel. |