public class HttpInfo extends java.lang.Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Constructor and Description |
|---|
HttpInfo(BoundTransportAddress address,
long maxContentLength) |
| Modifier and Type | Method and Description |
|---|---|
BoundTransportAddress |
address() |
BoundTransportAddress |
getAddress() |
ByteSizeValue |
getMaxContentLength() |
ByteSizeValue |
maxContentLength() |
void |
readFrom(StreamInput in)
Set this object's fields from a StreamInput.
|
static HttpInfo |
readHttpInfo(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out)
Write this object's fields to a StreamOutput.
|
public HttpInfo(BoundTransportAddress address, long maxContentLength)
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContentjava.io.IOExceptionpublic static HttpInfo readHttpInfo(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface Streamablejava.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface Streamablejava.io.IOExceptionpublic BoundTransportAddress address()
public BoundTransportAddress getAddress()
public ByteSizeValue maxContentLength()
public ByteSizeValue getMaxContentLength()