Package 

Enum HttpProtocol

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum HttpProtocol
    extends Enum<HttpProtocol>
                        

    Supported HTTP protocols.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      H2C

      HTTP/2 clear text.

      WSS

      Secure Web Sockets.

      WS

      Web Sockets.

      HTTP2

      HTTP/2.

      HTTPS

      HTTPS.

      HTTP

      HTTP.

    • Method Summary

      Modifier and Type Method Description
      final String getSchema()
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait