Module swim.io
Package swim.io

Class IpEndpoint

java.lang.Object
swim.io.IpEndpoint
All Implemented Interfaces:
IpInterface, IpStation

public class IpEndpoint extends Object implements IpStation
Network interface for binding and connecting IP sockets and modems.
  • Field Details

    • station

      protected final Station station
    • ipSettings

      protected IpSettings ipSettings
  • Constructor Details

    • IpEndpoint

      public IpEndpoint(Station station, IpSettings ipSettings)
    • IpEndpoint

      public IpEndpoint(Station station)
    • IpEndpoint

      public IpEndpoint(Stage stage, IpSettings ipSettings)
    • IpEndpoint

      public IpEndpoint(Stage stage)
  • Method Details