Uses of Class
protocolP2P.RequestResponseCode
-
Packages that use RequestResponseCode Package Description protocolP2P -
-
Uses of RequestResponseCode in protocolP2P
Methods in protocolP2P that return RequestResponseCode Modifier and Type Method Description RequestResponseCode
Payload. getRequestResponseCode()
RRCode getter.static RequestResponseCode
RequestResponseCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RequestResponseCode[]
RequestResponseCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in protocolP2P with parameters of type RequestResponseCode Constructor Description Payload(RequestResponseCode requestResponseCode)
Consructor used to create Payload with a payload size of zero using a RRCode.
-