Class TcpUdpBridgeServer


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

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

      • TcpUdpBridgeServer

        public TcpUdpBridgeServer​(java.lang.String remoteTcpHost,
                                  java.lang.String remoteUdpHost,
                                  int remoteTcpPort,
                                  int remoteUdpPort)
    • Method Detail

      • startBridge

        public void startBridge()
      • getLocalTcpSocket

        public java.net.Socket getLocalTcpSocket()
      • getLocalUdpSocket

        public java.net.DatagramSocket getLocalUdpSocket()