Class ServerConnectionHandler

  • All Implemented Interfaces:
    java.lang.AutoCloseable
    Direct Known Subclasses:
    OperationRoutingServerConnectionHandler

    public abstract class ServerConnectionHandler
    extends java.lang.Object
    implements java.lang.AutoCloseable
    Handler for EventStream ServerConnections. It's marked AutoClosable. By default onConnectionClosed, calls the close() function on this object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable