public class AcceptingConnectorDTO extends ConnectorTypeDTO
A broker connector is used to accept new connections to the broker.
Modifier and Type | Field and Description |
---|---|
String |
bind
The transport that the connector will listen on, it includes the ip address and port that it will bind to.
|
String |
protocol
Defaults to 'any' which means that any of the broker's supported protocols can connect via this transport.
|
List<ProtocolDTO> |
protocols
A broker accepts connections via it's configured connectors.
|
Boolean |
receive_buffer_auto_tune
Sets whether or not to auto tune the internal socket receive buffer (aka the socket's SO_RCVBUF).
|
String |
receive_buffer_size
Sets the size of the internal socket receive buffer (aka setting the socket's SO_RCVBUF).
|
Boolean |
send_buffer_auto_tune
Sets whether or not to auto tune the internal socket send buffer (aka the socket's SO_SNDBUF).
|
String |
send_buffer_size
Sets the size of the internal socket send buffer (aka setting the socket's SO_SNDBUF).
|
connection_limit, other
enabled
id
Constructor and Description |
---|
AcceptingConnectorDTO() |
public String bind
public String protocol
public String receive_buffer_size
public String send_buffer_size
public Boolean receive_buffer_auto_tune
public Boolean send_buffer_auto_tune
public List<ProtocolDTO> protocols
public boolean equals(Object o)
equals
in class ConnectorTypeDTO
public int hashCode()
hashCode
in class ConnectorTypeDTO
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.