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 |
|---|---|
java.util.List<Decoder<?,?>> |
decoders()
The list of
Decoder to use before the request is sent. |
java.util.List<Encoder<?,?>> |
encoders()
The list of
Encoder to use before the request is sent. |
FunctionResolver |
functionResolver()
The
FunctionResolver associated with that request. |
java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> |
headers()
Return the list of headers
|
Request.METHOD |
method()
The method
|
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
queryString()
Return the list of query params
|
java.util.List<Request.TRANSPORT> |
transport()
The list of transports to try
|
java.lang.String |
uri()
The targetted URI
|
java.util.List<Request.TRANSPORT> transport()
Request.TRANSPORTRequest.METHOD method()
Request.METHODjava.util.Map<java.lang.String,java.util.Collection<java.lang.String>> headers()
java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryString()
java.util.List<Encoder<?,?>> encoders()
Encoder to use before the request is sent.Encoderjava.util.List<Decoder<?,?>> decoders()
Decoder to use before the request is sent.Decoderjava.lang.String uri()
FunctionResolver functionResolver()
FunctionResolver associated with that request.FunctionResolverCopyright © 2019. All Rights Reserved.