Package kos.core
Class EmptyResponse
- java.lang.Object
-
- kos.core.EmptyResponse
-
- All Implemented Interfaces:
Response
- Direct Known Subclasses:
RawResponse,SerializableResponse
class EmptyResponse extends Object implements Response
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Map<? extends CharSequence,? extends CharSequence>headers(package private) intstatusCode-
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 EmptyResponse()
-
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
-
-
-
-
Field Detail
-
statusCode
int statusCode
-
headers
Map<? extends CharSequence,? extends CharSequence> headers
-
-