org.activemq.transport.stomp
Class StompTransportServerChannel

java.lang.Object
  extended byorg.activemq.transport.TransportServerChannelSupport
      extended byorg.activemq.transport.tcp.TcpTransportServerChannel
          extended byorg.activemq.transport.stomp.StompTransportServerChannel
All Implemented Interfaces:
Runnable, Service, TransportServerChannel

public class StompTransportServerChannel
extends TcpTransportServerChannel
implements Runnable

A TTMP server connector

Version:
$Revision: 1.1.1.1 $

Field Summary
 
Fields inherited from class org.activemq.transport.tcp.TcpTransportServerChannel
DEFAULT_BACKLOG
 
Constructor Summary
StompTransportServerChannel(ServerSocket serverSocket)
           
StompTransportServerChannel(URI bindAddr)
           
 
Method Summary
protected  TcpTransportChannel createTransportChannel(Socket socket, PooledExecutor executor)
           
 
Methods inherited from class org.activemq.transport.tcp.TcpTransportServerChannel
createServerSocket, getBacklog, getMaxOutstandingMessages, getSocketAddress, getWireFormat, isUseAsyncSend, run, setBacklog, setMaxOutstandingMessages, setUseAsyncSend, setWireFormat, start, stop, toString, updatePhysicalUri
 
Methods inherited from class org.activemq.transport.TransportServerChannelSupport
addClient, getTransportChannelListener, getUrl, removeClient, resolveHostName, setTransportChannelListener, setUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Constructor Detail

StompTransportServerChannel

public StompTransportServerChannel(URI bindAddr)
                            throws JMSException

StompTransportServerChannel

public StompTransportServerChannel(ServerSocket serverSocket)
                            throws JMSException
Method Detail

createTransportChannel

protected TcpTransportChannel createTransportChannel(Socket socket,
                                                     PooledExecutor executor)
                                              throws JMSException
Overrides:
createTransportChannel in class TcpTransportServerChannel
Throws:
JMSException


Copyright © 2004-2007 Protique, Ltd.. All Rights Reserved.