public class Dispatcher
extends HttpServlet
| Constructor and Description |
|---|
Dispatcher(OpenAPIRuntime runtime,
java.lang.String prefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(aQute.openapi.provider.OpenAPIRuntime.Tracker base) |
void |
close() |
OpenAPIAuthenticator |
getSecurityProvider(java.lang.String id,
java.lang.String type) |
void |
remove(aQute.openapi.provider.OpenAPIRuntime.Tracker base) |
protected void |
service(HttpServletRequest request,
HttpServletResponse response) |
java.lang.String |
toString() |
public Dispatcher(OpenAPIRuntime runtime, java.lang.String prefix) throws ServletException, NamespaceException
ServletExceptionNamespaceExceptionpublic void add(aQute.openapi.provider.OpenAPIRuntime.Tracker base)
public void remove(aQute.openapi.provider.OpenAPIRuntime.Tracker base)
protected void service(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
java.io.IOException
ServletExceptionjava.io.IOExceptionpublic java.lang.String toString()
public void close()
throws java.io.IOException
java.io.IOExceptionpublic OpenAPIAuthenticator getSecurityProvider(java.lang.String id, java.lang.String type) throws java.lang.InterruptedException
java.lang.InterruptedExceptionaQute SARL