Class SSEConnection


  • public class SSEConnection
    extends StreamConnection
    Created by Josh Gontijo on 4/1/17.
    • Method Detail

      • tryConnect

        protected void tryConnect()
                           throws java.lang.Exception
        Specified by:
        tryConnect in class StreamConnection
        Throws:
        java.lang.Exception
      • close

        public java.lang.String close()
        Close the this connection and return the Last-Event-ID
        Returns:
        Last-Event-ID if any
      • statistics

        public io.undertow.client.ClientStatistics statistics()
      • isOpen

        public boolean isOpen()