Returns the value of this cookie as a MessageBytes object. @return the cookie value
()
| 74 | * @return the cookie value |
| 75 | */ |
| 76 | public MessageBytes getValue() { |
| 77 | return value; |
| 78 | } |
| 79 | |
| 80 | |
| 81 | // -------------------- utils -------------------- |
no outgoing calls