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