Package | Description |
---|---|
com.beeswax.hexbid.handler | |
com.beeswax.http.handler |
Modifier and Type | Class and Description |
---|---|
class |
BidHandler
The handler handles all requests to /bid end point
Expects a serialized
Request.BidAgentRequest and returns a Request.BidAgentResponse |
class |
DefaultHandler
Default handler for unknown path.
returns a 404 error to indicate that server cannot find what was requested.
|
class |
HealthHandler
The handler which handles /health requests.
return 200 "ok" when the server is healthy.
|
class |
VarHandler
Handler which handles /var requests.
|
Modifier and Type | Method and Description |
---|---|
RequestHandler |
HexbidHandlerFactory.getHandler(String path) |
Modifier and Type | Method and Description |
---|---|
RequestHandler |
HandlerFactory.getHandler(String path) |
Copyright © 2017. All rights reserved.