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(swim.concurrent.Stage stage, IpSettings ipSettings)
    • IpEndpoint

      public IpEndpoint(swim.concurrent.Stage stage)
  • Method Details

    • stage

      public final swim.concurrent.Stage stage()
    • station

      public final Station station()
      Specified by:
      station in interface IpStation
    • ipSettings

      public final IpSettings ipSettings()
      Specified by:
      ipSettings in interface IpInterface
    • start

      public void start()
    • stop

      public void stop()