-
- All Implemented Interfaces:
-
io.outfoxx.sunday.http.Request.Event
public final class Request.Event.Data implements Request.Event
HTTP response body data has been received.
-
-
Field Summary
Fields Modifier and Type Field Description private final Buffervalue
-
Constructor Summary
Constructors Constructor Description Request.Event.Data(Buffer value)
-
Method Summary
Modifier and Type Method Description final BuffergetValue()final Buffercomponent1()final Request.Event.Datacopy(Buffer value)-
-
Method Detail
-
getValue
final Buffer getValue()
-
component1
final Buffer component1()
-
copy
final Request.Event.Data copy(Buffer value)
-
-
-
-