com.sun.xml.ws.transport.http.client
Class CookieManager.CookiePathComparator

java.lang.Object
  extended by com.sun.xml.ws.transport.http.client.CookieManager.CookiePathComparator
All Implemented Interfaces:
Comparator<HttpCookie>
Enclosing class:
CookieManager

static class CookieManager.CookiePathComparator
extends Object
implements Comparator<HttpCookie>


Constructor Summary
CookieManager.CookiePathComparator()
           
 
Method Summary
 int compare(HttpCookie c1, HttpCookie c2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

CookieManager.CookiePathComparator

CookieManager.CookiePathComparator()
Method Detail

compare

public int compare(HttpCookie c1,
                   HttpCookie c2)
Specified by:
compare in interface Comparator<HttpCookie>


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.