Modifier and Type | Class and Description |
---|---|
static class |
ConnectionConfig.Builder |
Modifier and Type | Field and Description |
---|---|
static ConnectionConfig |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
protected ConnectionConfig |
clone() |
static ConnectionConfig.Builder |
copy(ConnectionConfig config) |
static ConnectionConfig.Builder |
custom() |
int |
getBufferSize() |
Charset |
getCharset() |
int |
getFragmentSizeHint() |
CodingErrorAction |
getMalformedInputAction() |
MessageConstraints |
getMessageConstraints() |
CodingErrorAction |
getUnmappableInputAction() |
String |
toString() |
public static final ConnectionConfig DEFAULT
public int getBufferSize()
public int getFragmentSizeHint()
public Charset getCharset()
public CodingErrorAction getMalformedInputAction()
public CodingErrorAction getUnmappableInputAction()
public MessageConstraints getMessageConstraints()
protected ConnectionConfig clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public static ConnectionConfig.Builder custom()
public static ConnectionConfig.Builder copy(ConnectionConfig config)
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.