Table of Contents

Interface INetworkChannel

Namespace
Java.Nio.Channels
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface INetworkChannel : IChannel, ICloseable, IAutoCloseable
Inherited Members

Properties

LocalAddress

SocketAddress LocalAddress { get; }

Property Value

SocketAddress

Methods

Bind(SocketAddress)

NetworkChannel Bind(SocketAddress arg0)

Parameters

arg0 SocketAddress

SocketAddress

Returns

NetworkChannel

NetworkChannel

Exceptions

IOException

GetOption<T>(SocketOption<T>)

T GetOption<T>(SocketOption<T> arg0)

Parameters

arg0 SocketOption<T>

SocketOption

Returns

T

T

Type Parameters

T

Exceptions

IOException

SetOption<T>(SocketOption<T>, T)

NetworkChannel SetOption<T>(SocketOption<T> arg0, T arg1)

Parameters

arg0 SocketOption<T>

SocketOption

arg1 T

T

Returns

NetworkChannel

NetworkChannel

Type Parameters

T

Exceptions

IOException

SupportedOptions()

Set<SocketOption<object>> SupportedOptions()

Returns

Set<SocketOption<object>>

Set