public class AcceptingConnectorDTO extends ConnectorTypeDTO
A broker connector is used to accept new connections to the broker.
Modifier and Type | Field and Description |
---|---|
java.lang.String |
bind
The transport that the connector will listen on, it includes the ip address and port that it will bind to.
|
java.lang.String |
protocol
Defaults to 'any' which means that any of the broker's supported protocols can connect via this transport.
|
java.util.List<ProtocolDTO> |
protocols
A broker accepts connections via it's configured connectors.
|
java.lang.String |
receive_buffer_size
Sets the size of the internal socket receive buffer (aka setting the socket's SO_RCVBUF).
|
java.lang.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 java.lang.String bind
public java.lang.String protocol
public java.lang.String receive_buffer_size
public java.lang.String send_buffer_size
public java.util.List<ProtocolDTO> protocols
public boolean equals(java.lang.Object o)
equals
in class ConnectorTypeDTO
public int hashCode()
hashCode
in class ConnectorTypeDTO
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.