Class TcpUdpBridgeServer
java.lang.Object
org.jivesoftware.smackx.jingleold.nat.TcpUdpBridgeServer
A Simple and Experimental Bridge.
 It Creates a TCP Socket Listeners for Connections and forwards every packets received to an UDP Listener.
 And forwards every packets received in UDP Socket, to the TCP Client
- 
Constructor Summary
ConstructorsConstructorDescriptionTcpUdpBridgeServer(String remoteTcpHost, String remoteUdpHost, int remoteTcpPort, int remoteUdpPort)  - 
Method Summary
Modifier and TypeMethodDescriptionvoid 
- 
Constructor Details
- 
TcpUdpBridgeServer
public TcpUdpBridgeServer(String remoteTcpHost, String remoteUdpHost, int remoteTcpPort, int remoteUdpPort)  
 - 
 - 
Method Details
- 
startBridge
 - 
getLocalTcpSocket
 - 
getLocalUdpSocket
 
 -