Interface Connectable

All Known Implementing Classes:
DestinationSession, IntermediateSession

public interface Connectable
Something which can be connected to a network when ready to receive incoming requests.
Author:
jonmv
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
  • Method Details

    • connect

      void connect()
    • disconnect

      void disconnect()