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 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 RequestMessage in org.drasyl.peer.connection.message
Classes in org.drasyl.peer.connection.message with type parameters of type RequestMessageModifier and TypeInterfaceDescriptioninterface
ResponseMessage<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 TypeClassDescriptionclass
A message that is sent by an application running on drasyl.class
A message representing a join to the node server.class
A message representing a PING request.class
A message representing a termination of a connection.class
This message is used to request information (like public key and endpoints) for a specific identity.