Class HttpsClientTransport

  • All Implemented Interfaces:
    ClientTransport<java.net.URI>

    public class HttpsClientTransport
    extends HttpClientTransport
    Handles sending Messages to Attivio HTTPS receivers.
    • Constructor Detail

      • HttpsClientTransport

        public HttpsClientTransport()
    • Method Detail

      • getProtocol

        public java.lang.String getProtocol()
        Description copied from interface: ClientTransport
        Get the String protocol that this transports implements.

        This will register this protocol with Attivio for message delivery.

        For example if this method returned "foo" then URI's of the form:

         foo://someUriSyntax:8000/goes?here
         
        would be processed using this transport. This must return a constant value and must return that value as soon as the object is constructed as the value is registered with the platform and can not be changed once registered.
        Specified by:
        getProtocol in interface ClientTransport<java.net.URI>
        Overrides:
        getProtocol in class HttpClientTransport