Class AwsProtocolTrait

    • Method Summary

      Modifier and Type Method Description
      protected Node createNode()
      The result of toNode is used for hashCodes and equality.
      java.util.List<java.lang.String> getEventStreamHttp()
      Gets the priority ordered list of supported HTTP protocol versions that are required when using event streams.
      java.util.List<java.lang.String> getHttp()
      Gets the priority ordered list of supported HTTP protocol versions.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getHttp

        public java.util.List<java.lang.String> getHttp()
        Gets the priority ordered list of supported HTTP protocol versions.
        Returns:
        Returns the supported HTTP protocol versions.
      • getEventStreamHttp

        public java.util.List<java.lang.String> getEventStreamHttp()
        Gets the priority ordered list of supported HTTP protocol versions that are required when using event streams.
        Returns:
        Returns the supported event stream HTTP protocol versions.
      • createNode

        protected Node createNode()
        Description copied from class: AbstractTrait
        The result of toNode is used for hashCodes and equality. Subclasses must implement createNode to turn the trait into a Node. This is then cached for subsequent retrievals.
        Specified by:
        createNode in class AbstractTrait
        Returns:
        Returns the trait as a node.