Uses of Class
org.drasyl.handler.connection.SendBuffer
-
Uses of SendBuffer in org.drasyl.handler.connection
Modifier and TypeMethodDescriptionabstract Function<io.netty.channel.Channel,
SendBuffer> ConnectionConfig.sndBufSupplier()
Modifier and TypeMethodDescriptionabstract ConnectionConfig.Builder
ConnectionConfig.Builder.sndBufSupplier
(Function<io.netty.channel.Channel, SendBuffer> sndBufSupplier) Used to create theSendBuffer
.