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 ConnectionHandshakeSegmentConnectionHandshakeSegment.ack(long seq, long ack) static ConnectionHandshakeSegmentConnectionHandshakeSegment.finAck(long seq, long ack) static ConnectionHandshakeSegmentConnectionHandshakeSegment.pshAck(long seq, long ack, io.netty.buffer.ByteBuf data) static ConnectionHandshakeSegmentConnectionHandshakeSegment.rst(long seq) static ConnectionHandshakeSegmentConnectionHandshakeSegment.rstAck(long seq, long ack) static ConnectionHandshakeSegmentConnectionHandshakeSegment.syn(long seq) static ConnectionHandshakeSegmentConnectionHandshakeSegment.synAck(long seq, long ack) Methods in org.drasyl.handler.connection with parameters of type ConnectionHandshakeSegmentModifier and TypeMethodDescriptionprotected voidConnectionHandshakeCodec.encode(io.netty.channel.ChannelHandlerContext ctx, ConnectionHandshakeSegment seg, List<Object> out)