Interface JettyServerModule


@Module public interface JettyServerModule
  • Method Details

    • bindServer

      @Binds GrpcServer bindServer(JettyBackedGrpcServer jettyBackedGrpcServer)
    • bindsServerConfig

      @Binds ServerConfig bindsServerConfig(JettyConfig serverConfig)
    • provideGrpcServletAdapter

      @Provides static ServletAdapter provideGrpcServletAdapter(@Named("grpc.maxInboundMessageSize") int maxMessageSize, Set<io.grpc.BindableService> services, Set<io.grpc.ServerInterceptor> interceptors)
    • bindJsPlugins

      @Binds JsPluginRegistration bindJsPlugins(JsPlugins plugins)
    • providesJsPluginRegistration

      @Provides @Singleton static JsPlugins providesJsPluginRegistration()