The members of Java.Nio.Channels.SocketChannel are listed below.
See Also: Inherited members from Java.Nio.Channels.Spi.AbstractSelectableChannel
Constructs a new SocketChannel. | ||
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] abstract | IsConnected | bool. Indicates whether this channel's socket is connected. |
[read-only] abstract | IsConnectionPending | bool. Indicates whether this channel's socket is still trying to connect. |
[read-only] abstract | RemoteAddress | Java.Net.SocketAddress. Documentation for this section has not yet been entered. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |