Class TcpUdpBridgeClient


  • public class TcpUdpBridgeClient
    extends java.lang.Object
    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

      Constructors 
      Constructor Description
      TcpUdpBridgeClient​(java.lang.String remoteTcpHost, java.lang.String remoteUdpHost, int remoteTcpPort, int remoteUdpPort)  
    • Constructor Detail

      • TcpUdpBridgeClient

        public TcpUdpBridgeClient​(java.lang.String remoteTcpHost,
                                  java.lang.String remoteUdpHost,
                                  int remoteTcpPort,
                                  int remoteUdpPort)