Package io.deephaven.server.jetty
Interface JettyServerModule
@Module
public interface JettyServerModule
-
Method Summary
Modifier and TypeMethodDescriptionstatic ScheduledExecutorServicebindJsPlugins(JsPlugins plugins) bindServer(JettyBackedGrpcServer jettyBackedGrpcServer) bindsServerConfig(JettyConfig serverConfig) static ServletAdapterprovideGrpcServletAdapter(int maxMessageSize, Set<io.grpc.BindableService> services, Set<io.grpc.ServerInterceptor> interceptors, ScheduledExecutorService executor) static JsPlugins
-
Method Details
-
bindServer
-
bindGrpcServerExecutor
-
bindsServerConfig
-
provideGrpcServletAdapter
@Provides static ServletAdapter provideGrpcServletAdapter(@Named("grpc.maxInboundMessageSize") int maxMessageSize, Set<io.grpc.BindableService> services, Set<io.grpc.ServerInterceptor> interceptors, @Named("grpc.server") ScheduledExecutorService executor) -
bindJsPlugins
-
providesJsPluginRegistration
-