Uses of Class
org.drasyl.handler.connection.ConnectionHandshakeSegment
-
Uses of ConnectionHandshakeSegment in org.drasyl.handler.connection
Modifier and TypeMethodDescriptionstatic ConnectionHandshakeSegment
ConnectionHandshakeSegment.ack
(long seq, long ack) Deprecated.static ConnectionHandshakeSegment
ConnectionHandshakeSegment.finAck
(long seq, long ack) Deprecated.static ConnectionHandshakeSegment
ConnectionHandshakeSegment.pshAck
(long seq, long ack, io.netty.buffer.ByteBuf data) Deprecated.static ConnectionHandshakeSegment
ConnectionHandshakeSegment.rst
(long seq) Deprecated.static ConnectionHandshakeSegment
ConnectionHandshakeSegment.rstAck
(long seq, long ack) Deprecated.static ConnectionHandshakeSegment
ConnectionHandshakeSegment.syn
(long seq) Deprecated.static ConnectionHandshakeSegment
ConnectionHandshakeSegment.synAck
(long seq, long ack) Deprecated.Modifier and TypeMethodDescriptionprotected void
ConnectionHandshakeCodec.encode
(io.netty.channel.ChannelHandlerContext ctx, ConnectionHandshakeSegment seg, List<Object> out) Deprecated.