public static class HttpMethodBinding.Binder extends java.lang.Object implements MethodBinder<HttpRequest,HttpResponse>
Constructor and Description |
---|
Binder() |
Modifier and Type | Method and Description |
---|---|
HandlerWrapper<HttpRequest,HttpResponse> |
bind(java.lang.Object delegate)
指定したオブジェクトに対してメソッドレベルのディスパッチを行う
ハンドラを作成して返す。
|
public HandlerWrapper<HttpRequest,HttpResponse> bind(java.lang.Object delegate)
bind
in interface MethodBinder<HttpRequest,HttpResponse>
delegate
- ディスパッチ対象のオブジェクト