Uses of Enum
org.eclipse.jetty.http.HttpGenerator.Result
-
Uses of HttpGenerator.Result in org.eclipse.jetty.http
Modifier 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 type with the specified name.static HttpGenerator.Result[]
HttpGenerator.Result.values()
Returns an array containing the constants of this enum type, in the order they are declared.