CrosserProtocol Fields |
The CrosserProtocol type exposes the following members.
Name | Description | |
---|---|---|
callbackId |
Buffer for callback-id.
(Inherited from Protocol.) | |
callbackIdPos |
Length to read from callbackId (Inherited from Protocol.) | |
Cancellation |
CancellationToken used in communication
(Inherited from Protocol.) | |
CloseReason |
Reason CloseReason for closing the connection
(Inherited from Protocol.) | |
controller |
Controller buffer, controller to call is within
(Inherited from Protocol.) | |
controllerPos |
The length to read from the controller (Inherited from Protocol.) | |
controllerToCall |
Cache controller since it will save time when same controller is called for each message
(Inherited from Protocol.) | |
data |
Last byte operation read from the IBaseTransport (Inherited from Protocol.) | |
disposed |
Flag for knowing if the object has been disposed
(Inherited from Protocol.) | |
iam |
Buffer for the IAM message operation
(Inherited from Protocol.) | |
iampos |
Size of the IAM message
(Inherited from Protocol.) | |
InQueue |
Queue for incoming data
(Inherited from Protocol.) | |
Interactive |
If true the protocol will respond with +OK messages for every valid operation. Only possible for full-duplex connections.
(Inherited from Protocol.) | |
IsAuthenticated |
True if the Authenticate(IProtocol) method returned true
(Inherited from Protocol.) | |
lastControllerAsByte |
Cache for last controller called
(Inherited from Protocol.) | |
lastControllerKey |
Cache for the last controller called as BinaryKey (Inherited from Protocol.) | |
lastMethodAsByte |
Cache for last method called
(Inherited from Protocol.) | |
lastMethodKey |
Cache for the last method called as BinaryKey (Inherited from Protocol.) | |
len |
Length to read from the IBaseTransport (Inherited from Protocol.) | |
locker |
For blocking simultaneous access to certain areas
(Inherited from Protocol.) | |
method |
Method buffer, method to call is within
(Inherited from Protocol.) | |
methodPos |
The length to read from the method (Inherited from Protocol.) | |
methodToCall |
Information about the method to be called ControllerDelegate (Inherited from Protocol.) | |
OutQueue |
Queue for outgoing data
(Inherited from Protocol.) | |
PubQueue |
Queue for messages published over a pub/sub pattern
(Inherited from Protocol.) | |
read |
Read buffer
(Inherited from Protocol.) | |
ReadState |
The ReadState for the ReadLoop
(Inherited from Protocol.) | |
run |
The readloop will continue as long as this flag is true.
When false the connection will be disposed
(Inherited from Protocol.) | |
size |
Size buffer
(Inherited from Protocol.) | |
sizepos |
Size position (for knowing size to read from size buffer)
(Inherited from Protocol.) | |
topic |
Topic parsed from the stream
(Inherited from Protocol.) | |
topicpos |
Length of the topic
(Inherited from Protocol.) | |
unsubcount |
Max messages to publish before doing automatic unsubscribe
(Inherited from Protocol.) | |
unsubcountpos |
Length of unsub-count
(Inherited from Protocol.) | |
validTopic |
Flag for knowing if the topic parsed is valid
(Inherited from Protocol.) | |
write |
Write buffer
(Inherited from Protocol.) |