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()  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getConnectionId()
      Connection id to be used.
      java.lang.Integer getPort()
      Port number that was successfully bound.
      void setConnectionId​(java.lang.String connectionId)
      Connection id to be used.
      void setPort​(java.lang.Integer port)
      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()
    • Method Detail

      • getPort

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

        public void setPort​(java.lang.Integer port)
        Port number that was successfully bound.
      • getConnectionId

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

        public void setConnectionId​(java.lang.String connectionId)
        Connection id to be used.