Uses of Class
org.eclipse.jetty.http.MetaData.Request
Packages that use MetaData.Request
Package
Description
Jetty Server : Core Handler API
Jetty Server : Core Handler API
Jetty Http : Tools for Http processing
Jetty Server : Core Server API
-
Uses of MetaData.Request in org.eclipse.jetty.ee8.nested
Methods in org.eclipse.jetty.ee8.nested that return MetaData.Request -
Uses of MetaData.Request in org.eclipse.jetty.ee9.nested
Methods in org.eclipse.jetty.ee9.nested that return MetaData.Request -
Uses of MetaData.Request in org.eclipse.jetty.http
Subclasses of MetaData.Request in org.eclipse.jetty.httpModifier and TypeClassDescriptionstatic classImmutable HTTP CONNECT request information.Methods in org.eclipse.jetty.http that return MetaData.RequestModifier and TypeMethodDescriptionHttpTester.Request.getMetaData()static MetaData.RequestMetaData.Failed.newFailedMetaDataRequest(HttpVersion httpVersion, Throwable failure) Creates a new failedMetaData.Request, with methodGET, emptyHttpURIand emptyHttpFields, with the givenHttpVersionand failure.Methods in org.eclipse.jetty.http with parameters of type MetaData.RequestModifier and TypeMethodDescriptionstatic voidHttpCompliance.checkHttpCompliance(MetaData.Request request, HttpCompliance mode, ComplianceViolation.Listener listener) HttpGenerator.generateRequest(MetaData.Request info, ByteBuffer header, ByteBuffer chunk, ByteBuffer content, boolean last) -
Uses of MetaData.Request in org.eclipse.jetty.http2
Methods in org.eclipse.jetty.http2 with parameters of type MetaData.RequestModifier and TypeMethodDescriptionprotected HTTP2StreamHTTP2Session.createLocalStream(int streamId, MetaData.Request request, Consumer<Throwable> failFn) protected HTTP2StreamHTTP2Session.createRemoteStream(int streamId, MetaData.Request request) protected HTTP2StreamHTTP2Session.newStream(int streamId, MetaData.Request request, boolean local) Constructors in org.eclipse.jetty.http2 with parameters of type MetaData.RequestModifierConstructorDescriptionHTTP2Stream(HTTP2Session session, int streamId, MetaData.Request request, boolean local) -
Uses of MetaData.Request in org.eclipse.jetty.http2.frames
Methods in org.eclipse.jetty.http2.frames that return MetaData.RequestConstructors in org.eclipse.jetty.http2.frames with parameters of type MetaData.RequestModifierConstructorDescriptionPushPromiseFrame(int streamId, int promisedStreamId, MetaData.Request metaData) PushPromiseFrame(int streamId, MetaData.Request metaData) -
Uses of MetaData.Request in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server with parameters of type MetaData.RequestModifier and TypeMethodDescriptionHTTP2CServerConnectionFactory.upgradeConnection(Connector connector, EndPoint endPoint, MetaData.Request request, HttpFields.Mutable response101) -
Uses of MetaData.Request in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server with parameters of type MetaData.RequestModifier and TypeMethodDescriptionHttpChannel.onRequest(MetaData.Request metaData) HttpStreaminvokes this method when the metadata of an HTTP request (method, URI and headers, but not content) has been parsed.default voidHttpStream.push(MetaData.Request resource) Pushes the givenresourceto the client.voidHttpStream.Wrapper.push(MetaData.Request resource) default voidRequest.push(MetaData.Request resource) Pushes the givenresourceto the client.voidRequest.Wrapper.push(MetaData.Request resource) voidHttpStream.send(MetaData.Request request, MetaData.Response response, boolean last, ByteBuffer content, Callback callback) Send response meta-data and/or data.voidHttpStream.Wrapper.send(MetaData.Request request, MetaData.Response response, boolean last, ByteBuffer content, Callback callback) ConnectionFactory.Upgrading.upgradeConnection(Connector connector, EndPoint endPoint, MetaData.Request upgradeRequest, HttpFields.Mutable responseFields) Create a connection for an upgrade request.