Class Accepted


  • public class Accepted
    extends java.lang.Object
    Informs that port was successfully bound and got a specified connection id.
    • Constructor Summary

      Constructors 
      Constructor Description
      Accepted​(java.lang.Integer port, java.lang.String connectionId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getConnectionId()
      Connection id to be used.
      java.lang.Integer getPort()
      Port number that was successfully bound.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Accepted

        public Accepted​(java.lang.Integer port,
                        java.lang.String connectionId)
    • Method Detail

      • getPort

        public java.lang.Integer getPort()
        Port number that was successfully bound.
      • getConnectionId

        public java.lang.String getConnectionId()
        Connection id to be used.