org.apache.activemq.apollo.dto
Class StompDTO

java.lang.Object
  extended by org.apache.activemq.apollo.dto.ProtocolDTO
      extended by org.apache.activemq.apollo.dto.StompDTO

public class StompDTO
extends ProtocolDTO

Allow you to customize the stomp protocol implementation.

Author:
Hiram Chirino

Field Summary
 java.lang.String add_user_header
           
 java.util.List<AddUserHeaderDTO> add_user_headers
          A broker accepts connections via it's configured connectors.
 java.lang.Integer max_data_length
           
 java.lang.Integer max_header_length
           
 java.lang.Integer max_headers
           
 
Constructor Summary
StompDTO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

add_user_header

public java.lang.String add_user_header

add_user_headers

public java.util.List<AddUserHeaderDTO> add_user_headers
A broker accepts connections via it's configured connectors.


max_header_length

public java.lang.Integer max_header_length

max_headers

public java.lang.Integer max_headers

max_data_length

public java.lang.Integer max_data_length
Constructor Detail

StompDTO

public StompDTO()


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.