Package jline.cli

Class LineDockerClient

  • All Implemented Interfaces:

    
    public class LineDockerClient
    
                        

    A client for sending layered network models to a Docker-based LINE server.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static void sendModel(String modelXmlPath, String outputPath, String portNumber) Sends a layered network model to a Docker-based LINE server.
      static void sendModel(String modelXmlPath, String outputPath, String ipNumber, String portNumber) Sends a layered network model to a Docker-based LINE server.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LineDockerClient

        LineDockerClient()
    • Method Detail

      • sendModel

         static void sendModel(String modelXmlPath, String outputPath, String portNumber)

        Sends a layered network model to a Docker-based LINE server.

        Parameters:
        modelXmlPath - Path to the model XML file
        outputPath - Path where the server response will be saved
        portNumber - Port number of the LINE server
      • sendModel

         static void sendModel(String modelXmlPath, String outputPath, String ipNumber, String portNumber)

        Sends a layered network model to a Docker-based LINE server.

        Parameters:
        modelXmlPath - Path to the model XML file
        outputPath - Path where the server response will be saved
        ipNumber - IP address of the LINE server
        portNumber - Port number of the LINE server