Class TcpControlConnection

java.lang.Object
kieker.analysis.architecture.adaptation.TcpControlConnection

public class TcpControlConnection extends Object
Stores all information concerning a TCP connection to control monitoring probes.
Since:
1.15
Author:
Marc Adolf
  • Constructor Details

    • TcpControlConnection

      public TcpControlConnection(String ip, int port, String serviceComponent, SingleSocketTcpWriter tcpWriter)
      Only initiates complete data sets.
      Parameters:
      ip - The IP the tcpWriter is connected to.
      serviceComponent - The name of the component.
      port - The port the tcpWriter is connected to.
      tcpWriter - the TCP writer which has the connection established.
  • Method Details

    • getIp

      public String getIp()
    • getServiceComponent

      public String getServiceComponent()
    • getPort

      public int getPort()
    • getTcpWriter

      public SingleSocketTcpWriter getTcpWriter()