|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Request
Define a request for Socket. This class cannot be instantiated. Instead, use the RequestBuilder
| Nested Class Summary | |
|---|---|
static class |
Request.METHOD
|
static class |
Request.TRANSPORT
|
| Method Summary | |
|---|---|
List<Decoder<?,?>> |
decoders()
The list of Decoder to use before the request is sent. |
List<Encoder<?,?>> |
encoders()
The list of Encoder to use before the request is sent. |
FunctionResolver |
functionResolver()
The FunctionResolver associated with that request. |
Map<String,Collection<String>> |
headers()
Return the list of headers |
Request.METHOD |
method()
The method |
Map<String,Collection<String>> |
queryString()
Return the list of query params |
List<Request.TRANSPORT> |
transport()
The list of transports to try |
String |
uri()
The targetted URI |
| Method Detail |
|---|
List<Request.TRANSPORT> transport()
Request.TRANSPORTRequest.METHOD method()
Request.METHODMap<String,Collection<String>> headers()
Map<String,Collection<String>> queryString()
List<Encoder<?,?>> encoders()
Encoder to use before the request is sent.
EncoderList<Decoder<?,?>> decoders()
Decoder to use before the request is sent.
DecoderString uri()
FunctionResolver functionResolver()
FunctionResolver associated with that request.
FunctionResolver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||