Java java.nio.channels NetworkChannel fields, constructors, methods, implement or subclass

Example usage for Java java.nio.channels NetworkChannel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.nio.channels NetworkChannel.

The text is from its open source code.

Method

NetworkChannelbind(SocketAddress local)
Binds the channel's socket to a local address.
TgetOption(SocketOption name)
Returns the value of a socket option.
NetworkChannelsetOption(SocketOption name, T value)
Sets the value of a socket option.
Set>supportedOptions()
Returns a set of the socket options supported by this channel.