Package rocks.xmpp.core.net.client
Class AbstractTcpConnector<T>
- java.lang.Object
-
- rocks.xmpp.core.net.client.AbstractTcpConnector<T>
-
- Type Parameters:
T
- The concrete TCP transport implementation, such asSocket
.
- All Implemented Interfaces:
TransportConnector<TcpConnectionConfiguration>
- Direct Known Subclasses:
NettyChannelConnector
,SocketConnector
public abstract class AbstractTcpConnector<T> extends Object implements TransportConnector<TcpConnectionConfiguration>
An abstract transport connector which binds XMPP to TCP using the preferred TCP resolution process.Implementations must implement
connect(String, int, TcpConnectionConfiguration)
which establishes the TCP connection.- See Also:
- 3.2.1. Preferred Process: SRV Lookup
-
-
Constructor Summary
Constructors Constructor Description AbstractTcpConnector()
-