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 TypeMethodDescriptionvoidconnect(SocketAddress remoteAddress, SocketAddress localAddress, io.netty.channel.ChannelPromise promise) final ChannelInboundBufferReturns theChannelInboundBufferof theChannelwhere the pending read requests are stored.
-
Constructor Details
-
LibdrasylChannelUnsafe
protected LibdrasylChannelUnsafe()
-
-
Method Details
-
inboundBuffer
Returns theChannelInboundBufferof theChannelwhere the pending read requests are stored. -
connect
public void connect(SocketAddress remoteAddress, SocketAddress localAddress, io.netty.channel.ChannelPromise promise)
-