java.lang.Object
swim.http.HttpPart
swim.http.HttpMethod
- All Implemented Interfaces:
Debug
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HttpMethodstatic final HttpMethodstatic final HttpMethodstatic final HttpMethodstatic final HttpMethodstatic final HttpMethodstatic final HttpMethodstatic final HttpMethod -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpMethod<T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.booleaninthashCode()Writer<?,?> httpWriter(HttpWriter http) name()static HttpMethodtoString()Writer<?,?> writeHttp(Output<?> output, HttpWriter http) Methods inherited from class swim.http.HttpPart
httpWriter, toHttp, writeHttp
-
Field Details
-
GET
-
HEAD
-
POST
-
PUT
-
DELETE
-
CONNECT
-
OPTIONS
-
TRACE
-
-
Method Details
-
name
-
httpWriter
- Specified by:
httpWriterin classHttpPart
-
writeHttp
-
equals
-
hashCode
public int hashCode() -
debug
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput. -
toString
-
create
-
parseHttp
-