public static class HttpMethodBinding.Binder extends java.lang.Object implements MethodBinder<HttpRequest,HttpResponse>
コンストラクタと説明 |
---|
Binder() |
修飾子とタイプ | メソッドと説明 |
---|---|
HandlerWrapper<HttpRequest,HttpResponse> |
bind(java.lang.Object delegate)
指定したオブジェクトに対してメソッドレベルのディスパッチを行う
ハンドラを作成して返す。
|
public HandlerWrapper<HttpRequest,HttpResponse> bind(java.lang.Object delegate)
bind
インタフェース内 MethodBinder<HttpRequest,HttpResponse>
delegate
- ディスパッチ対象のオブジェクト