Class KieServerProxyClient

    • Method Detail

      • addContainer

        public void addContainer​(String containerId,
                                 URI serverURI)
      • removeContainer

        public void removeContainer​(String containerId,
                                    URI serverURI)
      • findTarget

        public io.undertow.server.handlers.proxy.ProxyClient.ProxyTarget findTarget​(io.undertow.server.HttpServerExchange exchange)
        Specified by:
        findTarget in interface io.undertow.server.handlers.proxy.ProxyClient
      • getConnection

        public void getConnection​(io.undertow.server.handlers.proxy.ProxyClient.ProxyTarget target,
                                  io.undertow.server.HttpServerExchange exchange,
                                  io.undertow.server.handlers.proxy.ProxyCallback<io.undertow.server.handlers.proxy.ProxyConnection> callback,
                                  long timeout,
                                  TimeUnit timeUnit)
        Specified by:
        getConnection in interface io.undertow.server.handlers.proxy.ProxyClient