Package | Description |
---|---|
com.redhat.thermostat.common.command |
Modifier and Type | Class and Description |
---|---|
class |
Request
A Request object represents a request passed from a client
to an agent.
|
class |
Response
A Response object represents a response message passed from an agent
to a client.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Message |
MessageDecoder.decode(org.jboss.netty.channel.Channel channel,
org.jboss.netty.buffer.ChannelBuffer msg)
Transforms the specified received message into another message and return
the transformed message.
|
Modifier and Type | Method and Description |
---|---|
protected abstract org.jboss.netty.buffer.ChannelBuffer |
MessageEncoder.encode(Message originalMessage)
Transforms the specified message into another message and return the
transformed message.
|
Copyright © 2017. All Rights Reserved.