Uses of Class
org.drasyl.handler.connection.ConnectionHandshakeSegment
Packages that use ConnectionHandshakeSegment
-
Uses of ConnectionHandshakeSegment in org.drasyl.handler.connection
Methods in org.drasyl.handler.connection that return ConnectionHandshakeSegmentModifier 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.Methods in org.drasyl.handler.connection with parameters of type ConnectionHandshakeSegmentModifier and TypeMethodDescriptionprotected void
ConnectionHandshakeCodec.encode
(io.netty.channel.ChannelHandlerContext ctx, ConnectionHandshakeSegment seg, List<Object> out) Deprecated.