Http Service APIΒΆ
These classes are the main API to the HttpService bundle
Warning
The Http Service API is not final and may be incomplete. It also may change between minor releases without backwards compatibility guarantees.
- HttpServlet
- HttpServletRequest
cppmicroservices::HttpServletRequest
~HttpServletRequest()
HttpServletRequest()
operator=()
GetServletContext()
GetAttribute()
GetAttributeNames()
GetContentLength()
GetContentType()
GetLocalName()
GetRemoteHost()
GetLocalPort()
GetRemotePort()
GetScheme()
GetServerName()
GetServerPort()
GetProtocol()
GetContextPath()
GetPathInfo()
GetRequestUri()
GetRequestUrl()
GetServletPath()
GetQueryString()
GetHeader()
GetDateHeader()
GetHeaderNames()
GetHeaders()
GetMethod()
GetAcceptHeader()
RemoveAttribute()
SetAttribute()
- HttpServletResponse
cppmicroservices::HttpServletResponse
~HttpServletResponse()
HttpServletResponse()
operator=()
FlushBuffer()
IsCommitted()
GetBufferSize()
GetCharacterEncoding()
GetContentType()
GetOutputStream()
Reset()
ResetBuffer()
SetBufferSize()
SetCharacterEncoding()
SetContentLength()
SetContentType()
AddHeader()
SetHeader()
SetDateHeader()
AddIntHeader()
SetIntHeader()
ContainsHeader()
GetHeader()
GetStatus()
SetStatus()
SendError()
SendRedirect()
SC_CONTINUE
SC_SWITCHING_PROTOCOLS
SC_OK
SC_CREATED
SC_ACCEPTED
SC_NON_AUTHORITATIVE_INFORMATION
SC_NO_CONTENT
SC_RESET_CONTENT
SC_PARTIAL_CONTENT
SC_MULTIPLE_CHOICES
SC_MOVED_PERMANENTLY
SC_FOUND
SC_MOVED_TEMPORARILY
SC_SEE_OTHER
SC_NOT_MODIFIED
SC_USE_PROXY
SC_TEMPORARY_REDIRECT
SC_BAD_REQUEST
SC_UNAUTHORIZED
SC_PAYMENT_REQUIRED
SC_FORBIDDEN
SC_NOT_FOUND
SC_METHOD_NOT_ALLOWED
SC_NOT_ACCEPTABLE
SC_PROXY_AUTHENTICATION_REQUIRED
SC_REQUEST_TIMEOUT
SC_CONFLICT
SC_GONE
SC_LENGTH_REQUIRED
SC_PRECONDITION_FAILED
SC_REQUEST_ENTITY_TOO_LARGE
SC_REQUEST_URI_TOO_LONG
SC_UNSUPPORTED_MEDIA_TYPE
SC_REQUESTED_RANGE_NOT_SATISFIABLE
SC_EXPECTATION_FAILED
SC_INTERNAL_SERVER_ERROR
SC_NOT_IMPLEMENTED
SC_BAD_GATEWAY
SC_SERVICE_UNAVAILABLE
SC_GATEWAY_TIMEOUT
SC_HTTP_VERSION_NOT_SUPPORTED
HttpServletResponse()
GetOutputStreamBuffer()
SetOutputStreamBuffer()
d
- ServletConfig
- ServletContainer
- ServletContext