Uses of Class
org.glassfish.grizzly.http.HttpResponsePacket
Packages that use HttpResponsePacket
-
Uses of HttpResponsePacket in org.glassfish.grizzly.http
Methods in org.glassfish.grizzly.http that return HttpResponsePacketModifier and TypeMethodDescriptionfinal HttpResponsePacketHttpResponsePacket.Builder.build()Build the HttpResponsePacket message.HttpRequestPacket.getResponse()Methods in org.glassfish.grizzly.http with parameters of type HttpResponsePacketModifier and TypeMethodDescriptionprotected voidHttpBaseFilter.bind(HttpRequestPacket request, HttpResponsePacket response) BindsHttpRequestPacketandHttpResponsePacketobjects.protected HttpContentHttpServerFilter.customizeErrorResponse(HttpResponsePacket response) protected voidHttpRequestPacket.setResponse(HttpResponsePacket response) -
Uses of HttpResponsePacket in org.glassfish.grizzly.http.util
Methods in org.glassfish.grizzly.http.util with parameters of type HttpResponsePacketModifier and TypeMethodDescriptionvoidHttpStatus.setValues(HttpResponsePacket response) Sets the status and reason phrase on the specified response.