org.activemq.transport.jabber
Class JabberTransportServerChannel
java.lang.Object
org.activemq.transport.TransportServerChannelSupport
org.activemq.transport.tcp.TcpTransportServerChannel
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 $
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 interface java.lang.Runnable |
run |
JabberTransportServerChannel
public JabberTransportServerChannel(URI bindAddr)
throws JMSException
- Throws:
JMSException
JabberTransportServerChannel
public JabberTransportServerChannel(ServerSocket serverSocket)
throws JMSException
- Throws:
JMSException
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.