Uses of Interface
org.drasyl.peer.connection.message.RequestMessage
Packages that use RequestMessage
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 RequestMessage in org.drasyl.peer.connection.handler
Classes in org.drasyl.peer.connection.handler with type parameters of type RequestMessageModifier 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 RequestMessage in org.drasyl.peer.connection.message
Classes in org.drasyl.peer.connection.message with type parameters of type RequestMessageModifier and TypeInterfaceDescriptioninterfaceResponseMessage<R extends RequestMessage>Messages of this type represent a response to a previously receivedRequestMessage.Classes in org.drasyl.peer.connection.message that implement RequestMessageModifier and TypeClassDescriptionclassA message that is sent by an application running on drasyl.classA message representing a join to the node server.classA message representing a PING request.classA message representing a termination of a connection.classThis message is used to request information (like public key and endpoints) for a specific identity.