Companion

object Companion

Functions

enforceIsResponse
Link copied to clipboard
fun enforceIsResponse(request: ScriptingPacket, response: ScriptingPacket): ScriptingPacket

Ensure that a response packet is a valid response for a request packet.

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
makeUniqueId
Link copied to clipboard
fun makeUniqueId(): String
toString
Link copied to clipboard
open fun toString(): String

Properties

responseTypes
Link copied to clipboard
val responseTypes: Map<String?, String?>

Map of valid request action types to their required response action types.

Sources

jvm source
Link copied to clipboard