org.activemq.transport.jabber
Class JabberTransportServerChannel

java.lang.Object
  extended by org.activemq.transport.TransportServerChannelSupport
      extended by org.activemq.transport.tcp.TcpTransportServerChannel
          extended by org.activemq.transport.jabber.JabberTransportServerChannel
All Implemented Interfaces:
Runnable, Service, TransportServerChannel

public class JabberTransportServerChannel
extends TcpTransportServerChannel
implements Runnable

A Jabber server connector

Version:
$Revision: 1.1.1.1 $

Field Summary
 
Fields inherited from class org.activemq.transport.tcp.TcpTransportServerChannel
DEFAULT_BACKLOG
 
Constructor Summary
JabberTransportServerChannel(ServerSocket serverSocket)
           
JabberTransportServerChannel(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

JabberTransportServerChannel

public JabberTransportServerChannel(URI bindAddr)
                             throws JMSException
Throws:
JMSException

JabberTransportServerChannel

public JabberTransportServerChannel(ServerSocket serverSocket)
                             throws JMSException
Throws:
JMSException
Method Detail

createTransportChannel

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


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