org.apache.activemq.transport.xmpp
Class XmppTransportServer
java.lang.Object
org.apache.activemq.util.ServiceSupport
org.apache.activemq.transport.TransportServerSupport
org.apache.activemq.transport.TransportServerThreadSupport
org.apache.activemq.transport.tcp.TcpTransportServer
org.apache.activemq.transport.xmpp.XmppTransportServer
- All Implemented Interfaces:
- Runnable, Service, TransportServer
public class XmppTransportServer
- extends TcpTransportServer
- Version:
- $Revision: 467379 $
Methods inherited from class org.apache.activemq.transport.tcp.TcpTransportServer |
bind, doStop, getMaxInactivityDuration, getMinmumWireFormatVersion, getSocketAddress, getWireFormatFactory, isTrace, resolveHostName, run, setBrokerInfo, setMaxInactivityDuration, setMinmumWireFormatVersion, setTrace, setTransportOption, setWireFormatFactory, toString |
XmppTransportServer
public XmppTransportServer(TcpTransportFactory transportFactory,
URI location,
ServerSocketFactory serverSocketFactory)
throws IOException,
URISyntaxException
- Throws:
IOException
URISyntaxException
createTransport
protected Transport createTransport(Socket socket,
WireFormat format)
throws IOException
- Description copied from class:
TcpTransportServer
- Allow derived classes to override the Transport implementation that this transport server creates.
- Overrides:
createTransport
in class TcpTransportServer
- Returns:
-
- Throws:
IOException
Copyright © 2011 Apache Software Foundation. All Rights Reserved.