Class HttpMethods$
java.lang.Object
org.apache.pekko.http.scaladsl.model.HttpMethods$
- All Implemented Interfaces:
- ObjectRegistry<String,- HttpMethod> 
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HttpMethods$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.impl.util.ObjectRegistrygetForKey, register
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
HttpMethods$public HttpMethods$()
 
- 
- 
Method Details- 
CONNECT
- 
DELETE
- 
GET
- 
HEAD
- 
OPTIONS
- 
PATCH
- 
POST
- 
PUT
- 
TRACE
- 
getForKeyCaseInsensitivepublic scala.Option<HttpMethod> getForKeyCaseInsensitive(String key, scala.$less$colon$less<String, String> conv) - Specified by:
- getForKeyCaseInsensitivein interface- ObjectRegistry<String,- HttpMethod> 
 
 
-