All methods that are used by BasexClient and QueryClass
new()
Initialize a new socket
SocketClass$new(host, port = 1984L, username, password)
host, port, username, password
Host-information and credentials
finalize()
When releasing the session-object, close the socketConnection
SocketClass$finalize()
handShake()
Send input to the socket and return the response
SocketClass$handShake(input)
input
Input
Input is a raw vector, built up by converting all input to raw and concatenating the results
write_Byte()
Write 1 byte to the socket
SocketClass$write_Byte(Byte)
Byte
A vector length 1
clone()
The objects of this class are cloneable with this method.
SocketClass$clone(deep = FALSE)
deep
Whether to make a deep clone.