ProtocolViolationException| Flags | Type | Name | Summary |
|---|---|---|---|
| public |
int
|
ServerMajor
(r)
|
The peer's AMQP specification major version. |
| public |
int
|
ServerMinor
(r)
|
The peer's AMQP specification minor version. |
| public |
int
|
TransportHigh
(r)
|
The peer's high transport byte. |
| public |
int
|
TransportLow
(r)
|
The peer's low transport byte. |
| Flags | Name | Summary |
|---|---|---|
| public |
ProtocolVersionMismatchException(int transportHigh, int transportLow, int serverMajor, int serverMinor)
|
Fills the new instance's properties with the values passed in. |
public
ProtocolVersionMismatchException(int transportHigh, int transportLow, int serverMajor, int serverMinor)
| Parameters |
|
|---|