Uses of Class
org.infinispan.rest.RestServer
-
Packages that use RestServer Package Description org.infinispan.rest REST Server bootstrap and Netty bridge classes. -
-
Uses of RestServer in org.infinispan.rest
Fields in org.infinispan.rest declared as RestServer Modifier and Type Field Description protected RestServer
ALPNHandler. restServer
protected RestServer
RestRequestHandler. restServer
Methods in org.infinispan.rest with parameters of type RestServer Modifier and Type Method Description static void
ALPNHandler. configurePipeline(io.netty.channel.ChannelPipeline pipeline, String protocol, RestServer restServer, Map<String,ProtocolServer<?>> upgradeServers)
Constructors in org.infinispan.rest with parameters of type RestServer Constructor Description ALPNHandler(RestServer restServer, Map<String,ProtocolServer<?>> upgradeServers)
RestChannelInitializer(RestServer restServer, NettyTransport transport)
Creates newRestChannelInitializer
.RestRequestHandler(RestServer restServer)
Creates newRestRequestHandler
.
-