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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/client/
H A DHttpTransportPipe.java75 private final boolean sticky; field in class:HttpTransportPipe
89 this.sticky = isSticky(binding);
312 if (sticky || (shouldMaintainSessionProperty != null && shouldMaintainSessionProperty)) {
331 if (sticky || (shouldMaintainSessionProperty != null && shouldMaintainSessionProperty)) {

Completed in 34 milliseconds