public interface Servlett
extends java.io.Closeable
handleRequest(HttpRequest)| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
handleRequest(HttpRequest httpRequest)
Notice that the caller is responsible for disposing the returned request's body.
|
@Nullable HttpResponse handleRequest(HttpRequest httpRequest) throws java.io.IOException
null iff this handler cannot handle the httpRequestjava.io.IOException