com.numdata.socket.tool
Class SocketTool

java.lang.Object
  extended by com.numdata.socket.tool.SocketTool

public class SocketTool
extends Object

A command-line tool for using TCP sockets.

Author:
G. Meinders, Peter S. Heijnen

Nested Class Summary
protected  class SocketTool.Socket2URI
          Server.
 
Constructor Summary
SocketTool()
           
 
Method Summary
static void doProxy(String[] args)
           
static void main(String[] args)
          Run application.
 void submitTask(Runnable task)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketTool

public SocketTool()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Run application.

Parameters:
args - Command-line arguments.
Throws:
IOException - if an I/O error occurs.

doProxy

public static void doProxy(String[] args)

submitTask

public void submitTask(@NotNull
                       Runnable task)


Copyright © 2018 Numdata BV. All rights reserved.