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 ContainsPortMapperthat 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 classInboundMessageGuardThis 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 classByteBuf2MessageHandlerHandler that converts a givenByteBufto aAddressedIntermediateEnvelope.classInvalidProofOfWorkFilterThis handler filters out all messages received with invalid proof of work.classOtherNetworkFilterThis 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 classPortMapperThis handler tries to create a port forwarding for the UDP server using different methods (PCP, NAT-PMP, UPnP-IGD, etc.).
-