Package org.drasyl.channel.rs
Class RustDrasylChannel.LibdrasylChannelUnsafe
java.lang.Object
org.drasyl.channel.rs.RustDrasylChannel.LibdrasylChannelUnsafe
- All Implemented Interfaces:
io.netty.channel.Channel.Unsafe
- Enclosing class:
- RustDrasylChannel
-
Constructor Summary
Constructors -
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
-
LibdrasylChannelUnsafe
protected LibdrasylChannelUnsafe()
-
-
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)
-