Class RestRequestTransport
- java.lang.Object
-
- org.smallmind.phalanx.wire.transport.AbstractRequestTransport
-
- org.smallmind.phalanx.wire.transport.rest.RestRequestTransport
-
- All Implemented Interfaces:
RequestTransport
public class RestRequestTransport extends AbstractRequestTransport
-
-
Constructor Summary
Constructors Constructor Description RestRequestTransport(int defaultTimeoutSeconds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()StringgetCallerId()Objecttransmit(Voice<?,?> voice, Route route, Map<String,Object> arguments, WireContext... contexts)-
Methods inherited from class org.smallmind.phalanx.wire.transport.AbstractRequestTransport
acquireResult, completeCallback, getCallbackMap
-
-