Searched defs:httpOnly (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DHttpCookie.java106 private boolean httpOnly; // HttpOnly ... i.e. not accessible to scripts field in class:HttpCookie
725 return httpOnly;
733 * @param httpOnly if {@code true} make the cookie HTTP only, i.e.
737 public void setHttpOnly(boolean httpOnly) argument
739 this.httpOnly = httpOnly;

Completed in 45 milliseconds