Package | Description |
---|---|
com.beeswax.hexbid.handler | |
com.beeswax.http.handler | |
com.beeswax.http.server |
Class and Description |
---|
HandlerFactory
Handler Factory is responsible for creating handler object based on path info.
The handler owns the logic to process request.
|
RequestHandler
The interface of HTTP request handlers.
Each supported end point in the server needs to implement this handler.
NOTE: methods in this interface are executed in I/O thread so it has to be
fully asynchronous or finished very quickly.
|
Class and Description |
---|
HandlerFactory
Handler Factory is responsible for creating handler object based on path info.
The handler owns the logic to process request.
|
RequestHandler
The interface of HTTP request handlers.
Each supported end point in the server needs to implement this handler.
NOTE: methods in this interface are executed in I/O thread so it has to be
fully asynchronous or finished very quickly.
|
Class and Description |
---|
HandlerFactory
Handler Factory is responsible for creating handler object based on path info.
The handler owns the logic to process request.
|
Copyright © 2017. All rights reserved.