Package kos.core
Class RawResponse
- java.lang.Object
-
- kos.core.EmptyResponse
-
- kos.core.RawResponse
-
- All Implemented Interfaces:
Response
class RawResponse extends EmptyResponse
-
-
Field Summary
Fields Modifier and Type Field Description (package private) io.vertx.core.buffer.Bufferbuffer-
Fields inherited from class kos.core.EmptyResponse
headers, statusCode
-
Fields inherited from interface kos.core.Response
ACCEPTED, BAD_GATEWAY, BAD_REQUEST, CONFLICT, CREATED, FORBIDDEN, GATEWAY_TIMEOUT, GONE, METHOD_NOT_ALLOWED, NO_CONTENT, NOT_ACCEPTABLE, NOT_FOUND, NOT_IMPLEMENTED, SERVICE_UNAVAILABLE, TOO_MANY_REQUESTS, UNAUTHORIZED
-
-
Constructor Summary
Constructors Constructor Description RawResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsend(io.vertx.core.http.HttpServerResponse response)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface kos.core.Response
headers, headers, statusCode, statusCode
-
-
-
-
Method Detail
-
send
public void send(io.vertx.core.http.HttpServerResponse response)
- Specified by:
sendin interfaceResponse- Overrides:
sendin classEmptyResponse
-
-