|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.apollo.dto.ProtocolDTO
org.apache.activemq.apollo.dto.UdpDTO
public class UdpDTO
Configuration for the udp protocol.
Field Summary | |
---|---|
java.lang.String |
buffer_size
|
java.lang.String |
decoder
Class name of the decoder that will be used to interpret the UDP message |
java.lang.String |
topic
|
Fields inherited from class org.apache.activemq.apollo.dto.ProtocolDTO |
---|
other |
Constructor Summary | |
---|---|
UdpDTO()
|
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 decoder
public java.lang.String buffer_size
public java.lang.String topic
Constructor Detail |
---|
public UdpDTO()
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class ProtocolDTO
public int hashCode()
hashCode
in class ProtocolDTO
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |