Package net.i2p.sam

Interface Handler

All Known Implementing Classes:
SAMHandler, SAMv1Handler, SAMv2Handler, SAMv3DatagramServer, SAMv3Handler

public interface Handler
Something that can be stopped by the SAMBridge.
Since:
0.9.20
  • Method Summary

    Modifier and Type Method Description
    void stopHandling()
    Stop the handler
  • Method Details