final class WSHttpHandler extends Object implements com.sun.net.httpserver.HttpHandler
HttpHandler
implementation that serves the actual request.Modifier and Type | Class and Description |
---|---|
(package private) class |
WSHttpHandler.HttpHandlerRunnable
Wrapping the processing of request in a Runnable so that it can be
executed in Executor.
|
Constructor and Description |
---|
WSHttpHandler(HttpAdapter adapter,
Executor executor) |
Modifier and Type | Method and Description |
---|---|
void |
handle(com.sun.net.httpserver.HttpExchange msg)
Called by HttpServer when there is a matching request for the context
|
public WSHttpHandler(@NotNull HttpAdapter adapter, @Nullable Executor executor)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.