Resets this cookie's name and value so it can be reused.
()
| 55 | * Resets this cookie's name and value so it can be reused. |
| 56 | */ |
| 57 | public void recycle() { |
| 58 | name.recycle(); |
| 59 | value.recycle(); |
| 60 | } |
| 61 | |
| 62 | /** |
| 63 | * Returns the name of this cookie as a {@link MessageBytes} object. |