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 TypeClassDescriptionclassThreeWayHandshakeClientHandler<R extends RequestMessage,O extends ResponseMessage<?>> This handler performs the client-side part of a three-way handshake to create a session.classThreeWayHandshakeServerHandler<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 TypeClassDescriptionclassA message representing an error.classThis message is used as a response to aWhoisMessageand contains information about a peer (like public key and endpoints).classA message representing a PONG response.classRepresents a confirmation of a previous sentRequestMessage.classA message representing the welcome message of the node server, including fallback information.