Class ExecuteMessage (0.5.1)
Stay organized with collections
Save and categorize content based on your preferences.
publicclass ExecuteMessageextendsAbstractQueryProtocolMessageExecutes a portal.
Inheritance
java.lang.Object > WireMessage > ControlMessage > AbstractQueryProtocolMessage > ExecuteMessageInherited Members
Static Fields
IDENTIFIER
protectedstaticfinalcharIDENTIFIERConstructors
ExecuteMessage(ConnectionHandler connection)
publicExecuteMessage(ConnectionHandlerconnection)ExecuteMessage(ConnectionHandler connection, ControlMessage.ManuallyCreatedToken manuallyCreatedToken)
publicExecuteMessage(ConnectionHandlerconnection,ControlMessage.ManuallyCreatedTokenmanuallyCreatedToken)Constructor for execute messages that are generated by the simple query protocol.
Methods
flush()
publicvoidflush()getHeaderLength()
protectedintgetHeaderLength()How many bytes is taken by the payload header. Header is defined here as protocol definition + length. Most common value here is four bytes, so we keep that as default. Effectively, this is how much of the message you "don't" want to read from the message's total length with readAll.
getIdentifier()
protectedStringgetIdentifier()Used for logging.
getMaxRows()
publicintgetMaxRows()getMessageName()
protectedStringgetMessageName()Used for logging.
getName()
publicStringgetName()getPayloadString()
protectedStringgetPayloadString()Used for logging.