public interface Strategy
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority()
戦略適用時の優先順位。
戦略はこの値が小さい順に適用されていく。 |
byte[] |
postProcess(String service,
String method,
byte[] request,
byte[] response)
RPCをした後の書き換え戦略。
|
Pair<byte[],byte[]> |
preProcess(String service,
String method,
byte[] request)
RPCをする前の書き換え戦略。
|
Copyright © 2014. All rights reserved.