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 TypeMethodDescriptionprivate HttpGenerator.Result
HttpGenerator.committed
(ByteBuffer chunk, ByteBuffer content, boolean last) private HttpGenerator.Result
HttpGenerator.completing
(ByteBuffer chunk, ByteBuffer content) HttpGenerator.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) HttpGenerator.generateResponse
(MetaData.Response info, ByteBuffer header, ByteBuffer chunk, ByteBuffer content, boolean last) Deprecated.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.