Uses of Enum Class
org.eclipse.jetty.http.HttpGenerator.Result
Packages that use HttpGenerator.Result
-
Uses of HttpGenerator.Result in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http that return HttpGenerator.ResultModifier and TypeMethodDescriptionHttpGenerator.generateRequest
(MetaData.Request info, ByteBuffer header, ByteBuffer chunk, ByteBuffer content, boolean last) HttpGenerator.generateResponse
(MetaData.Response info, boolean head, ByteBuffer header, ByteBuffer chunk, ByteBuffer content, boolean last) static HttpGenerator.Result
Returns the enum constant of this class with the specified name.static HttpGenerator.Result[]
HttpGenerator.Result.values()
Returns an array containing the constants of this enum class, in the order they are declared.