public interface Request
Socket. This class cannot be instantiated. Instead, use the RequestBuilder| Modifier and Type | Interface and Description |
|---|---|
static class |
Request.METHOD |
static class |
Request.TRANSPORT |
| Modifier and Type | Method and Description |
|---|---|
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,List<String>> |
queryString()
Return the list of query params
|
List<Request.TRANSPORT> |
transport()
The list of transports to try
|
String |
uri()
The targetted URI
|
List<Request.TRANSPORT> transport()
Request.TRANSPORTRequest.METHOD method()
Request.METHODMap<String,Collection<String>> headers()
Map<String,List<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.FunctionResolverCopyright © 2014. All Rights Reserved.