Class EventResponse
- java.lang.Object
-
- io.github.hapjava.server.impl.responses.OkResponse
-
- io.github.hapjava.server.impl.json.EventResponse
-
- All Implemented Interfaces:
HttpResponse
public class EventResponse extends OkResponse
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.hapjava.server.impl.http.HttpResponse
HttpResponse.HttpVersion
-
-
Constructor Summary
Constructors Constructor Description EventResponse(byte[] body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getHeaders()HttpResponse.HttpVersiongetVersion()-
Methods inherited from class io.github.hapjava.server.impl.responses.OkResponse
getBody, getStatusCode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.github.hapjava.server.impl.http.HttpResponse
doUpgrade
-
-
-
-
Method Detail
-
getVersion
public HttpResponse.HttpVersion getVersion()
-
-