app / com.pzpg.ogr.api.request
Package com.pzpg.ogr.api.request
Types
Name | Summary |
---|---|
GraphFormat | Enum class to represent formats of graph which we use in the projectenum class GraphFormat |
ProcessMode | Enum class to represent a process modes to recognise a graphenum class ProcessMode |
RequestServer | Class responsible for request to serverclass RequestServer |
Exceptions
Name | Summary |
---|---|
BadRequestException | BadRequestException class to throw this when request message is invalid for server Has thrown when code status of the request is 400class BadRequestException : RequestServerException |
NotAllowedMethodException | BadRequestException class to throw this when method of request is not allowed Has thrown when code status of the request is 405class NotAllowedMethodException : RequestServerException |
RequestServerException | Opens Exception class to throw this when something is wrong with requests to the serveropen class RequestServerException : Exception |
TimeOutException | Has thrown when code status of the request is -1class TimeOutException : RequestServerException |
UnauthorizedException | UnauthorizedException class to throw this when user has not authorized Has thrown when code status of the request is 401class UnauthorizedException : RequestServerException |