java.lang.Object | |
↳ | sun.rmi.transport.TransportConstants |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
byte | Call | RMI call | |||||||||
byte | DGCAck | Acknowledgment for distributed GC | |||||||||
byte | ExceptionalReturn | Exceptional return | |||||||||
int | Magic | Transport magic number: "JRMI" | |||||||||
byte | MultiplexProtocol | Connection uses multiplex protocol | |||||||||
byte | NormalReturn | Normal return (with or without return value) | |||||||||
byte | Ping | Ping operation | |||||||||
byte | PingAck | Acknowledgment for Ping operation | |||||||||
byte | ProtocolAck | Ack for transport protocol | |||||||||
byte | ProtocolNack | Negative ack for transport protocol (protocol not supported) | |||||||||
byte | Return | RMI return | |||||||||
byte | SingleOpProtocol | Protocol for single operation per connection; no ack required | |||||||||
byte | StreamProtocol | Connection uses stream protocol | |||||||||
short | Version | Transport version number |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
RMI call
Acknowledgment for distributed GC
Exceptional return
Transport magic number: "JRMI"
Connection uses multiplex protocol
Normal return (with or without return value)
Ping operation
Acknowledgment for Ping operation
Ack for transport protocol
Negative ack for transport protocol (protocol not supported)
RMI return
Protocol for single operation per connection; no ack required
Connection uses stream protocol
Transport version number