Class UnauthorizedResponse
- java.lang.Object
-
- io.github.hapjava.server.impl.responses.UnauthorizedResponse
-
- All Implemented Interfaces:
HttpResponse
public class UnauthorizedResponse extends Object implements HttpResponse
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.hapjava.server.impl.http.HttpResponse
HttpResponse.HttpVersion
-
-
Constructor Summary
Constructors Constructor Description UnauthorizedResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetStatusCode()-
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, getBody, getHeaders, getVersion
-
-
-
-
Method Detail
-
getStatusCode
public int getStatusCode()
- Specified by:
getStatusCodein interfaceHttpResponse
-
-