Uses of Interface
net.i2p.sam.Handler

Packages that use Handler
Package
Description
The SAM client API.
  • Uses of Handler in net.i2p.sam

    Classes in net.i2p.sam that implement Handler
    Modifier and Type
    Class
    Description
    (package private) class 
    Base class for SAM protocol handlers.
    (package private) class 
    Class able to handle a SAM version 1 client connections.
    (package private) class 
    Class able to handle a SAM version 2 client connection.
    (package private) class 
    This is the thread listening on 127.0.0.1:7655 or as specified by sam.udp.host and sam.udp.port properties.
    (package private) class 
    Class able to handle a SAM version 3 client connection.
    Methods in net.i2p.sam with parameters of type Handler
    Modifier and Type
    Method
    Description
    void
    SAMBridge.register(Handler handler)
    Handlers must call on startup
    void
    SAMBridge.unregister(Handler handler)
    Handlers must call on stop