public interface RequestTransport
DefaultRequestTransport
,
FakeRequestTransport
Modifier and Type | Interface and Description |
---|---|
static interface |
RequestTransport.TransportReceiver
A callback interface.
|
Modifier and Type | Method and Description |
---|---|
void |
send(java.lang.String payload,
RequestTransport.TransportReceiver receiver)
Called by the RequestFactory implementation.
|
void send(java.lang.String payload, RequestTransport.TransportReceiver receiver)
payload
- the String payloadreceiver
- the RequestTransport.TransportReceiver
instance that will receive
the payload