Class Connection
java.lang.Object
kieker.analysis.generic.source.tcp.Connection
Represents one connection to read records from.
- Since:
- 1.15
- Author:
- Reiner Jung
-
Constructor Summary
ConstructorsConstructorDescriptionConnection(SocketChannel channel, int bufferSize) Create a connection for the given channel and utilizing the specified buffer size. -
Method Summary
-
Constructor Details
-
Connection
Create a connection for the given channel and utilizing the specified buffer size.- Parameters:
channel- connection channel used to read databufferSize- buffer size for reading information
-
-
Method Details
-
getRegistry
-
getChannel
-
getBuffer
-
getValueDeserializer
-
setError
public void setError(boolean error) -
isError
public boolean isError()
-