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
Http11To2UpgradeHandler. restServer
protected RestServer
Http20RequestHandler. restServer
Constructors in org.infinispan.rest with parameters of type RestServer Constructor Description Http11RequestHandler(RestServer restServer)
Creates newHttp11RequestHandler
.Http11To2UpgradeHandler(RestServer restServer)
Http20RequestHandler(RestServer restServer)
Creates newHttp20RequestHandler
.RestChannelInitializer(RestServer server, NettyTransport transport)
Creates newRestChannelInitializer
.
-