Uses of Enum
org.eclipse.jetty.http.HttpGenerator.Result
Packages that use HttpGenerator.Result
-
Uses of HttpGenerator.Result in org.eclipse.jetty.http
Subclasses with type arguments of type HttpGenerator.Result in org.eclipse.jetty.httpMethods in org.eclipse.jetty.http that return HttpGenerator.ResultModifier and TypeMethodDescriptionprivate HttpGenerator.ResultHttpGenerator.committed(ByteBuffer chunk, ByteBuffer content, boolean last) private HttpGenerator.ResultHttpGenerator.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.ResultReturns 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.