public interface Fork
All implementations of this interface must be immutable and thread-safe.
Modifier and Type | Method and Description |
---|---|
Opt<Response> |
route(Request req)
Process this request or ignore it.
|
Opt<Response> route(Request req) throws IOException
req
- RequestIOException
- If failsCopyright © 2015–2018 Take. All rights reserved.