| |
|
| java.lang.Object org.ow2.easybeans.component.smartclient.message.AbsMessage org.ow2.easybeans.component.smartclient.message.ProviderURLRequest
ProviderURLRequest | public class ProviderURLRequest extends AbsMessage (Code) | | Sends a request for getting the current protocol.
author: Florent Benoit |
Constructor Summary | |
public | ProviderURLRequest() Builds a new message with the given class name. | public | ProviderURLRequest(ByteBuffer dataBuffer) Builds a message by using the data contains in the bytebuffer. |
Method Summary | |
public byte | getOpCode() Gets the OpCode of this message. | public ByteBuffer | getSubMessage() Gets the content of this message (only this part, not the header). |
ProviderURLRequest | public ProviderURLRequest()(Code) | | Builds a new message with the given class name.
|
ProviderURLRequest | public ProviderURLRequest(ByteBuffer dataBuffer)(Code) | | Builds a message by using the data contains in the bytebuffer.
Parameters: dataBuffer - the data of the message to extract. |
getOpCode | public byte getOpCode()(Code) | | Gets the OpCode of this message.
the operation code. |
getSubMessage | public ByteBuffer getSubMessage()(Code) | | Gets the content of this message (only this part, not the header).
the content of this message. |
|
|
|