-
- All Implemented Interfaces:
public class HttpCode
-
-
Field Summary
-
Method Summary
-
-
Method Detail
-
getContinue
final Integer getContinue()
-
getSwitchingProtocols
final Integer getSwitchingProtocols()
-
getProcessing
final Integer getProcessing()
-
getCreated
final Integer getCreated()
-
getAccepted
final Integer getAccepted()
-
getNonAuthoritativeInformation
final Integer getNonAuthoritativeInformation()
-
getNoContent
final Integer getNoContent()
-
getResetContent
final Integer getResetContent()
-
getPartialContent
final Integer getPartialContent()
-
getMultiStatus
final Integer getMultiStatus()
-
getMultipleChoices
final Integer getMultipleChoices()
-
getMovedPermanently
final Integer getMovedPermanently()
-
getMoveTemporarily
final Integer getMoveTemporarily()
-
getSeeOther
final Integer getSeeOther()
-
getNotModified
final Integer getNotModified()
-
getUseProxy
final Integer getUseProxy()
-
getSwitchProxy
final Integer getSwitchProxy()
-
getTemporaryRedirect
final Integer getTemporaryRedirect()
-
getBadRequest
final Integer getBadRequest()
-
getUnauthorized
final Integer getUnauthorized()
-
getPaymentRequired
final Integer getPaymentRequired()
-
getForbidden
final Integer getForbidden()
-
getNotFound
final Integer getNotFound()
-
getMethodNotAllowed
final Integer getMethodNotAllowed()
-
getNotAcceptable
final Integer getNotAcceptable()
-
getProxyAuthenticationRequired
final Integer getProxyAuthenticationRequired()
-
getRequestTimeout
final Integer getRequestTimeout()
-
getConflict
final Integer getConflict()
-
getLengthRequired
final Integer getLengthRequired()
-
getPreconditionFailed
final Integer getPreconditionFailed()
-
getRequestEntityTooLarge
final Integer getRequestEntityTooLarge()
-
getRequestURITooLong
final Integer getRequestURITooLong()
-
getUnsupportedMediaType
final Integer getUnsupportedMediaType()
-
getRequestedRangeNotSatisfiable
final Integer getRequestedRangeNotSatisfiable()
-
getExpectationFailed
final Integer getExpectationFailed()
-
getTooManyConnections
final Integer getTooManyConnections()
-
getUnprocessableEntity
final Integer getUnprocessableEntity()
-
getFailedDependency
final Integer getFailedDependency()
-
getUnorderedCollection
final Integer getUnorderedCollection()
-
getUpgradeRequired
final Integer getUpgradeRequired()
-
getRetryWith
final Integer getRetryWith()
-
getUnavailableForLegalReasons
final Integer getUnavailableForLegalReasons()
-
getInternalServerError
final Integer getInternalServerError()
-
getNotImplemented
final Integer getNotImplemented()
-
getBadGateway
final Integer getBadGateway()
-
getServiceUnavailable
final Integer getServiceUnavailable()
-
getGatewayTimeout
final Integer getGatewayTimeout()
-
getHTTPVersionNotSupported
final Integer getHTTPVersionNotSupported()
-
getVariantAlsoNegotiates
final Integer getVariantAlsoNegotiates()
-
getInsufficientStorage
final Integer getInsufficientStorage()
-
getBandwidthLimitExceeded
final Integer getBandwidthLimitExceeded()
-
getNotExtended
final Integer getNotExtended()
-
getUnparseableResponseHeader
final Integer getUnparseableResponseHeader()
-
-
-
-