Uses of Class
org.drasyl.pipeline.skeleton.SimpleInboundHandler
-
Packages that use SimpleInboundHandler Package Description org.drasyl.loopback.handler org.drasyl.remote.handler Handlers used to communicate with remote nodes.org.drasyl.remote.handler.portmapper ContainsPortMapper
that attempts to create port forwarding via PCP, NAT-PMP, UPnP-IDG. -
-
Uses of SimpleInboundHandler in org.drasyl.loopback.handler
Subclasses of SimpleInboundHandler in org.drasyl.loopback.handler Modifier and Type Class Description class
InboundMessageGuard
This handler filters incoming messages not addressed to the local node. -
Uses of SimpleInboundHandler in org.drasyl.remote.handler
Subclasses of SimpleInboundHandler in org.drasyl.remote.handler Modifier and Type Class Description class
ByteBuf2MessageHandler
Handler that converts a givenByteBuf
to aAddressedIntermediateEnvelope
.class
InvalidProofOfWorkFilter
This handler filters out all messages received with invalid proof of work.class
OtherNetworkFilter
This handler filters out all messages received from other networks. -
Uses of SimpleInboundHandler in org.drasyl.remote.handler.portmapper
Subclasses of SimpleInboundHandler in org.drasyl.remote.handler.portmapper Modifier and Type Class Description class
PortMapper
This handler tries to create a port forwarding for the UDP server using different methods (PCP, NAT-PMP, UPnP-IGD, etc.).
-