Class RemoteTraceServer

    • Constructor Detail

      • RemoteTraceServer

        public RemoteTraceServer()
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • RemoteTraceServer

        public RemoteTraceServer​(int port)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • RemoteTraceServer

        public RemoteTraceServer​(int port,
                                 java.lang.String address)
                          throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • start

        public void start()
        Since:
        3.0
      • close

        public java.lang.Exception close()
      • bind

        protected java.net.ServerSocket bind()
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • handleConnections

        protected void handleConnections()
      • handleSession

        protected void handleSession​(java.net.Socket socket)
      • handleTrace

        protected void handleTrace​(java.io.DataInputStream in)
                            throws java.io.IOException
        Throws:
        java.io.IOException