Returns the name of this cookie as a MessageBytes object. @return the cookie name
()
| 65 | * @return the cookie name |
| 66 | */ |
| 67 | public MessageBytes getName() { |
| 68 | return name; |
| 69 | } |
| 70 | |
| 71 | /** |
| 72 | * Returns the value of this cookie as a {@link MessageBytes} object. |
no outgoing calls