Interface TransportChannel

    • Method Detail

      • getProfileName

        java.lang.String getProfileName()
      • getChannelType

        java.lang.String getChannelType()
      • sendResponse

        void sendResponse​(TransportResponse response)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • sendResponse

        void sendResponse​(java.lang.Exception exception)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • getVersion

        default Version getVersion()
        Returns the version of the other party that this channel will send a response to.