Writeable, ToXContent, ToXContentFragmentpublic class HttpInfo extends java.lang.Object implements Writeable, ToXContentFragment
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>EMPTY_PARAMS| Constructor | Description |
|---|---|
HttpInfo(StreamInput in) |
|
HttpInfo(BoundTransportAddress address,
long maxContentLength) |
| Modifier and Type | Method | Description |
|---|---|---|
BoundTransportAddress |
address() |
|
BoundTransportAddress |
getAddress() |
|
ByteSizeValue |
getMaxContentLength() |
|
ByteSizeValue |
maxContentLength() |
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
|
void |
writeTo(StreamOutput out) |
Write this into the StreamOutput.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFragmentpublic HttpInfo(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic HttpInfo(BoundTransportAddress address, long maxContentLength)
public void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContentjava.io.IOExceptionpublic BoundTransportAddress address()
public BoundTransportAddress getAddress()
public ByteSizeValue maxContentLength()
public ByteSizeValue getMaxContentLength()