Class EndpointImpl

    • Constructor Detail

      • EndpointImpl

        public EndpointImpl()
    • Method Detail

      • open

        public void open()
        Description copied from interface: Endpoint
        transition local state to ACTIVE
        Specified by:
        open in interface Endpoint
      • close

        public void close()
        Description copied from interface: Endpoint
        transition local state to CLOSED
        Specified by:
        close in interface Endpoint
      • getConnectionImpl

        protected abstract ConnectionImpl getConnectionImpl()
      • free

        public final void free()
        Description copied from interface: Endpoint
        free the endpoint and any associated resources
        Specified by:
        free in interface Endpoint
      • setContext

        public void setContext​(java.lang.Object context)
        Description copied from interface: Endpoint
        Sets an arbitrary an application owned object on the end-point. This object is not used by Proton.
        Specified by:
        setContext in interface Endpoint