Package io.deephaven.server.jetty
package io.deephaven.server.jetty
-
ClassDescriptionLimits the allowed HTTP methods to those specified in the configuration.Applies configured http headers to every outgoing response.A custom
HttpContent
implementation for finer control over caching behavior.A customHttpContent.Factory
that createsControlledCacheHttpContent
instances.Removes the if-modified-since header from any request that contains it.An emptyResource
that always indicates non-existence.Deephaven-core's own handler for registering handlers for various grpc endpoints.Jetty pre-packages the certificates for us, no need to convert themThe jetty server configuration.Values to indicate what kind of websocket support should be offered.JettyServerComponent.Builder<Self extends JettyServerComponent.Builder<Self,Component>, Component extends JettyServerComponent> Jetty-specific implementation ofJsPluginRegistration
to collect plugins and advertise their contents to connecting client.AResource
wrapper that only resolves URIs that start with a specific path prefix.Helper class to bridge the gap between Jetty's Graceful interface and the jakarta implementation of the supported grpc websocket transports.Simple wrapper around the JettyResource
type.