Java io.netty.channel.socket.nio NioSocketChannel fields, constructors, methods, implement or subclass

Example usage for Java io.netty.channel.socket.nio NioSocketChannel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.channel.socket.nio NioSocketChannel.

The text is from its open source code.

Subclass

io.netty.channel.socket.nio.NioSocketChannel has subclasses.
Click this link to see all its subclasses.

Constructor

NioSocketChannel(SelectorProvider provider)
Create a new instance using the given SelectorProvider .
NioSocketChannel(SocketChannel socket)
Create a new instance using the given SocketChannel .
NioSocketChannel()
Create a new instance

Method

Attributeattr(AttributeKey key)
Get the Attribute for the given AttributeKey .
ChannelPipelinepipeline()
Return the assigned ChannelPipeline .
InetSocketAddressremoteAddress()
ChannelFutureshutdown()