Uses of Class
org.jdrupes.httpcodec.protocols.http.HttpProtocolException
Packages that use HttpProtocolException
Package
Description
HTTP codecs required on the client side.
HTTP codecs required on the server side.
-
Uses of HttpProtocolException in org.jdrupes.httpcodec.protocols.http.client
Methods in org.jdrupes.httpcodec.protocols.http.client that throw HttpProtocolExceptionModifier and TypeMethodDescriptionprotected HttpResponse
HttpResponseDecoder.newMessage
(String startLine) Checks whether the first line of a message is a valid response. -
Uses of HttpProtocolException in org.jdrupes.httpcodec.protocols.http.server
Methods in org.jdrupes.httpcodec.protocols.http.server that throw HttpProtocolExceptionModifier and TypeMethodDescriptionprotected HttpDecoder.BodyMode
HttpRequestDecoder.headerReceived
(HttpRequest message) protected HttpRequest
HttpRequestDecoder.newMessage
(String startLine) Checks whether the first line of a message is a valid request.