Searched defs:cookie (Results 1 - 25 of 57) sorted by relevance

123

/openjdk9/jdk/src/java.base/share/classes/jdk/internal/misc/
H A DJavaNetHttpCookieAccess.java42 public String header(HttpCookie cookie); argument
/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DCookiePolicy.java77 public boolean shouldAccept(URI uri, HttpCookie cookie); argument
H A DCookieStore.java67 add(URI uri, HttpCookie cookie) argument
120 remove(URI uri, HttpCookie cookie) argument
[all...]
H A DCookieManager.java354 shouldAcceptInternal(URI uri, HttpCookie cookie) argument
[all...]
H A DInMemoryCookieStore.java75 public void add(URI uri, HttpCookie cookie) { argument
359 addIndex(Map<T, List<HttpCookie>> indexStore, T index, HttpCookie cookie) argument
[all...]
/openjdk9/jdk/test/java/net/CookieHandler/
H A DB6644726.java197 isIn(List<String> lst, String cookie) argument
[all...]
/openjdk9/jdk/src/java.naming/share/classes/javax/naming/ldap/
H A DPagedResultsControl.java164 PagedResultsControl(int pageSize, byte[] cookie, boolean criticality) argument
185 setEncodedValue(int pageSize, byte[] cookie) argument
[all...]
H A DPagedResultsResponseControl.java83 private byte[] cookie; field in class:PagedResultsResponseControl
[all...]
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/legacy/connection/
H A DSocketFactoryContactInfoImpl.java58 SocketFactoryContactInfoImpl( ORB orb, CorbaContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, SocketInfo cookie) argument
/openjdk9/hotspot/src/jdk.hotspot.agent/solaris/native/libsaproc/
H A Dsaproc_audit.cpp51 la_objopen(Link_map * lmp, Lmid_t lmid, uintptr_t * cookie) argument
/openjdk9/jdk/src/java.base/share/classes/sun/security/ssl/
H A DHelloCookieManager.java127 checkCookie(ProtocolVersion protocolVersion, byte[] cookie) argument
[all...]
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/naming/pcosnaming/
H A DServantManagerImpl.java87 preinvoke(byte[] oid, POA adapter, String operation, CookieHolder cookie) argument
103 postinvoke(byte[] oid, POA adapter, String operation, java.lang.Object cookie, Servant servant) argument
/openjdk9/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/html/
H A DHTMLDocument.java138 public void setCookie(String cookie); argument
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DcomplexType_complexContent_body.java57 public complexType_complexContent_body(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AttributesHolder _owner) { argument
H A DersSet.java57 public ersSet(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) { argument
H A DerSet.java57 public erSet(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) { argument
H A Dxpath.java59 public xpath(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) { argument
H A Dqualification.java57 public qualification(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) { argument
H A Dqname.java45 public qname(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) { argument
H A DNGCCHandler.java88 protected abstract void onChildCompleted( Object result, int cookie, boolean needAttCheck ) throws SAXException; argument
131 public void revertToParentFromEnterElement( Object result, int cookie, argument
138 public void revertToParentFromLeaveElement( Object result, int cookie, argument
151 public void revertToParentFromEnterAttribute( Object result, int cookie, argument
158 public void revertToParentFromLeaveAttribute( Object result, int cookie, argument
165 revertToParentFromText( Object result, int cookie, String text ) argument
[all...]
H A DimportDecl.java58 public importDecl(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) { argument
H A Doccurs.java58 public occurs(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) { argument
H A DincludeDecl.java57 public includeDecl(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) { argument
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/jxc/gen/config/
H A DNGCCHandler.java90 protected abstract void onChildCompleted( Object result, int cookie, boolean needAttCheck ) throws SAXException; argument
133 public void revertToParentFromEnterElement( Object result, int cookie, argument
140 public void revertToParentFromLeaveElement( Object result, int cookie, argument
153 public void revertToParentFromEnterAttribute( Object result, int cookie, argument
160 public void revertToParentFromLeaveAttribute( Object result, int cookie, argument
167 revertToParentFromText( Object result, int cookie, String text ) argument
[all...]
H A DSchema.java53 public Schema(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, File _baseDir) { argument
316 public void onChildCompleted(Object result, int cookie, boolean needAttCheck)throws SAXException { argument

Completed in 147 milliseconds

123