Class Connection

java.lang.Object
kieker.analysis.generic.source.tcp.Connection

public class Connection extends Object
Represents one connection to read records from.
Since:
1.15
Author:
Reiner Jung
  • Constructor Details

    • Connection

      public Connection(SocketChannel channel, int bufferSize)
      Create a connection for the given channel and utilizing the specified buffer size.
      Parameters:
      channel - connection channel used to read data
      bufferSize - buffer size for reading information
  • Method Details