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

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

Introduction

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

The text is from its open source code.

Implementation

io.netty.channel.socket.SocketChannel has the following implementations.
Click this link to see all its implementation.

Method

ByteBufAllocatoralloc()
Return the assigned ByteBufAllocator which will be used to allocate ByteBuf s.
Attributeattr(AttributeKey key)
Get the Attribute for the given AttributeKey .
ChannelFuturecloseFuture()
Returns the ChannelFuture which will be notified when this channel is closed.
SocketChannelConfigconfig()
EventLoopeventLoop()
Return the EventLoop this Channel was registered to.
Channelflush()
ChannelIdid()
Returns the globally unique identifier of this Channel .
booleanisActive()
Return true if the Channel is active and so connected.
booleanisOpen()
Returns true if the Channel is open and may get active later
InetSocketAddresslocalAddress()
ChannelPipelinepipeline()
Return the assigned ChannelPipeline .
Channelread()
InetSocketAddressremoteAddress()