java.lang.Object
swim.http.HttpChunk
- All Implemented Interfaces:
Debug
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEncoder<?,?> content()static HttpChunkstatic HttpChunkstatic HttpChunkcreate(ByteBuffer data) <T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.Encoder<?,?> encodeHttp(OutputBuffer<?> output) Encoder<?,?> encodeHttp(OutputBuffer<?> output, HttpWriter http) booleaninthashCode()header()Encoder<?,?> Encoder<?,?> httpEncoder(HttpWriter http) booleanisEmpty()static HttpChunklast()toString()
-
Constructor Details
-
HttpChunk
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
header
-
content
-
httpEncoder
-
httpEncoder
-
encodeHttp
-
encodeHttp
-
equals
-
hashCode
public int hashCode() -
debug
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput. -
toString
-
last
-
create
-
create
-
create
-