Class OpenSocketConnection

All Implemented Interfaces:
Future<Void>, Associator, Eligible

public class OpenSocketConnection extends Event<Void>
  • Constructor Details

    • OpenSocketConnection

      Signals that a new socket connection should be opened.
      Parameters:
      address - the address
    • OpenSocketConnection

      public OpenSocketConnection(InetAddress address, int port)
      Signals that a new TCP connection should be opened.
      Parameters:
      address - the address
      port - the port
  • Method Details