|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.activemq.apollo.dto.StringIdDTO
org.apache.activemq.apollo.dto.ServiceDTO
org.apache.activemq.apollo.dto.ConnectorTypeDTO
org.apache.activemq.apollo.dto.AcceptingConnectorDTO
public class AcceptingConnectorDTO
A broker connector is used to accept new connections to the broker.
| Field Summary | |
|---|---|
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). |
| Fields inherited from class org.apache.activemq.apollo.dto.ConnectorTypeDTO |
|---|
connection_limit, other |
| Fields inherited from class org.apache.activemq.apollo.dto.ServiceDTO |
|---|
enabled |
| Fields inherited from class org.apache.activemq.apollo.dto.StringIdDTO |
|---|
id |
| Constructor Summary | |
|---|---|
AcceptingConnectorDTO()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public AcceptingConnectorDTO()
| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class ConnectorTypeDTOpublic int hashCode()
hashCode in class ConnectorTypeDTO
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||