Returns the cookie at the specified index. @param idx the index of the cookie @return the cookie at the specified index
(int idx)
| 76 | * @return the cookie at the specified index |
| 77 | */ |
| 78 | public ServerCookie getCookie(int idx) { |
| 79 | return serverCookies[idx]; |
| 80 | } |
| 81 | |
| 82 | |
| 83 | /** |
no outgoing calls