Uses of Interface
org.drasyl.peer.connection.message.ResponseMessage
Packages that use ResponseMessage
Package
Description
netty handlers for peer connections.
Contains all message types that drasyl uses to configure the overlay network and transfer
application messages.
-
Uses of ResponseMessage in org.drasyl.peer.connection.handler
Classes in org.drasyl.peer.connection.handler with type parameters of type ResponseMessageModifier and TypeClassDescriptionclass
ThreeWayHandshakeClientHandler<R extends RequestMessage,
O extends ResponseMessage<?>> This handler performs the client-side part of a three-way handshake to create a session.class
ThreeWayHandshakeServerHandler<R extends RequestMessage,
O extends ResponseMessage<?>> This handler performs the server-side part of a three-way handshake to create a session. -
Uses of ResponseMessage in org.drasyl.peer.connection.message
Classes in org.drasyl.peer.connection.message that implement ResponseMessageModifier and TypeClassDescriptionclass
A message representing an error.class
This message is used as a response to aWhoisMessage
and contains information about a peer (like public key and endpoints).class
A message representing a PONG response.class
Represents a confirmation of a previous sentRequestMessage
.class
A message representing the welcome message of the node server, including fallback information.