Package org.drasyl.channel
Class DrasylChannel.DrasylChannelUnsafe
java.lang.Object
org.drasyl.channel.DrasylChannel.DrasylChannelUnsafe
- All Implemented Interfaces:
io.netty.channel.Channel.Unsafe
- Enclosing class:
- DrasylChannel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
connect
(SocketAddress remoteAddress, SocketAddress localAddress, io.netty.channel.ChannelPromise promise) final ChannelInboundBuffer
Returns theChannelInboundBuffer
of theChannel
where the pending read requests are stored.
-
Constructor Details
-
DrasylChannelUnsafe
protected DrasylChannelUnsafe()
-
-
Method Details
-
inboundBuffer
Returns theChannelInboundBuffer
of theChannel
where the pending read requests are stored. -
connect
public void connect(SocketAddress remoteAddress, SocketAddress localAddress, io.netty.channel.ChannelPromise promise)
-