Skip navigation links
A C D E F G H I R S T V W 

A

ApiException - Exception in com.networknt.exception
This is a checked exception that can wrap Status object to give consume a uniform response.
ApiException(Status) - Constructor for exception com.networknt.exception.ApiException
 
ApiException(Status, Throwable) - Constructor for exception com.networknt.exception.ApiException
 

C

ClientException - Exception in com.networknt.exception
This is a checked exception used by Client module.
ClientException() - Constructor for exception com.networknt.exception.ClientException
 
ClientException(String) - Constructor for exception com.networknt.exception.ClientException
 
ClientException(Status) - Constructor for exception com.networknt.exception.ClientException
 
ClientException(String, Throwable) - Constructor for exception com.networknt.exception.ClientException
 
ClientException(Throwable) - Constructor for exception com.networknt.exception.ClientException
 
com.networknt.exception - package com.networknt.exception
 
com.networknt.status - package com.networknt.status
 
config - Static variable in class com.networknt.status.Status
 
CONFIG_NAME - Static variable in class com.networknt.status.Status
 

D

defaultSeverity - Static variable in class com.networknt.status.Status
 

E

ExpiredTokenException - Exception in com.networknt.exception
This is a checked exception used by JWT verification and it is thrown if the JWT token is expired.
ExpiredTokenException() - Constructor for exception com.networknt.exception.ExpiredTokenException
 
ExpiredTokenException(String) - Constructor for exception com.networknt.exception.ExpiredTokenException
 
ExpiredTokenException(String, Throwable) - Constructor for exception com.networknt.exception.ExpiredTokenException
 
ExpiredTokenException(Throwable) - Constructor for exception com.networknt.exception.ExpiredTokenException
 

F

FrameworkException - Exception in com.networknt.exception
This is similar exception like ApiException but it is RuntimeException.
FrameworkException(Status) - Constructor for exception com.networknt.exception.FrameworkException
 
FrameworkException(Status, Throwable) - Constructor for exception com.networknt.exception.FrameworkException
 

G

getCode() - Method in class com.networknt.status.Status
 
getDescription() - Method in class com.networknt.status.Status
 
getMessage() - Method in class com.networknt.status.Status
 
getReasonPhrase() - Method in enum com.networknt.status.HttpStatus
Return the reason phrase of this status code.
getSeverity() - Method in class com.networknt.status.Status
 
getStatus() - Method in exception com.networknt.exception.ApiException
 
getStatus() - Static method in exception com.networknt.exception.ClientException
 
getStatus() - Method in exception com.networknt.exception.FrameworkException
 
getStatusCode() - Method in class com.networknt.status.Status
 

H

HttpStatus - Enum in com.networknt.status
 
HttpStatus.Series - Enum in com.networknt.status
 

I

is1xxInformational() - Method in enum com.networknt.status.HttpStatus
 
is2xxSuccessful() - Method in enum com.networknt.status.HttpStatus
 
is3xxRedirection() - Method in enum com.networknt.status.HttpStatus
 
is4xxClientError() - Method in enum com.networknt.status.HttpStatus
 
is5xxServerError() - Method in enum com.networknt.status.HttpStatus
 
isError() - Method in enum com.networknt.status.HttpStatus
 

R

resolve(int) - Static method in enum com.networknt.status.HttpStatus
 
resolve(int) - Static method in enum com.networknt.status.HttpStatus.Series
 

S

serializeStatus(Status) - Method in interface com.networknt.status.StatusSerializer
Serialize the status and provide a custom format in the iomplementing class
series() - Method in enum com.networknt.status.HttpStatus
 
setCode(String) - Method in class com.networknt.status.Status
 
setDescription(String) - Method in class com.networknt.status.Status
 
setMessage(String) - Method in class com.networknt.status.Status
 
setSeverity(String) - Method in class com.networknt.status.Status
 
setStatus(Status) - Static method in exception com.networknt.exception.ClientException
 
setStatusCode(int) - Method in class com.networknt.status.Status
 
Status - Class in com.networknt.status
For every status response, there is only one message returned.
Status() - Constructor for class com.networknt.status.Status
Default construction that is only used in reflection.
Status(String, Object...) - Constructor for class com.networknt.status.Status
Construct a status object based on error code and a list of arguments.
Status(int, String, String, String) - Constructor for class com.networknt.status.Status
Construct a status object based on all the properties in the object.
Status(HttpStatus, String, String) - Constructor for class com.networknt.status.Status
Construct a status object based on all the properties in the object.
Status(int, String, String, String, String) - Constructor for class com.networknt.status.Status
Construct a status object based on all the properties in the object.
StatusSerializer - Interface in com.networknt.status
Interface to allow custom serialization for a Status.
StatusWrapper - Interface in com.networknt.status
Interface to allow custom Status and then inject the customized status into framework through SingletonFactory

T

toString() - Method in enum com.networknt.status.HttpStatus
Return a string representation of this status code.
toString() - Method in class com.networknt.status.Status
 

V

value() - Method in enum com.networknt.status.HttpStatus.Series
Return the integer value of this status series.
value() - Method in enum com.networknt.status.HttpStatus
Return the integer value of this status code.
valueOf(String) - Static method in enum com.networknt.status.HttpStatus.Series
Returns the enum constant of this type with the specified name.
valueOf(HttpStatus) - Static method in enum com.networknt.status.HttpStatus.Series
Return the enum constant of this type with the corresponding series.
valueOf(int) - Static method in enum com.networknt.status.HttpStatus.Series
Return the enum constant of this type with the corresponding series.
valueOf(String) - Static method in enum com.networknt.status.HttpStatus
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.networknt.status.HttpStatus
Return the enum constant of this type with the specified numeric value.
values() - Static method in enum com.networknt.status.HttpStatus.Series
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.networknt.status.HttpStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrap(Status, HttpServerExchange) - Method in interface com.networknt.status.StatusWrapper
Encapsulate the default status of the framework as a custom status
A C D E F G H I R S T V W 
Skip navigation links

Copyright © 2022. All rights reserved.