Returns the domain to which this cookie applies (null for all domains). @return the domain to which this cookie applies (null for all domains)
()
| 166 | * @return the domain to which this cookie applies ({@code null} for all domains) |
| 167 | */ |
| 168 | public String getDomain() { |
| 169 | return domain_; |
| 170 | } |
| 171 | |
| 172 | /** |
| 173 | * Returns the path to which this cookie applies ({@code null} for all paths). |
no outgoing calls