Searched refs:parseCommaSeparatedListIn (Results 1 - 16 of 16) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1CDAAdvert.java105 hdr.scopes = hdr.parseCommaSeparatedListIn(buf.toString(), true);
H A DSLPV1SSrvDereg.java78 tags = hdr.parseCommaSeparatedListIn(buf.toString().trim(), true);
H A DSSrvDereg.java93 tags = hdr.parseCommaSeparatedListIn(buf.toString(), true);
H A DSLPServerHeaderV2.java319 scopes = parseCommaSeparatedListIn(buf.toString(), true);
339 parseCommaSeparatedListIn(buf.toString(), true);
H A DCSAAdvert.java98 hdr.parseCommaSeparatedListIn(buf.toString(), true);
H A DCSrvTypeMsg.java82 hdr.parseCommaSeparatedListIn(buf.toString(), true);
H A DSAttrMsg.java114 tags = hdr.parseCommaSeparatedListIn(buf.toString(), true);
H A DSSrvMsg.java101 hdr.scopes = hdr.parseCommaSeparatedListIn(buf.toString(), true);
H A DCDAAdvert.java94 hdr.scopes = hdr.parseCommaSeparatedListIn(buf.toString(), true);
H A DSLPV1SAttrMsg.java136 hdr.parseCommaSeparatedListIn(buf.toString().trim(), true);
H A DSLPConfig.java496 SrvLocHeader.parseCommaSeparatedListIn(attrList, false);
809 hint = SrvLocHeader.parseCommaSeparatedListIn(sTypeList, true);
907 SrvLocHeader.parseCommaSeparatedListIn(sScopes, true);
959 ret = SrvLocHeader.parseCommaSeparatedListIn(sDAList, true);
1215 nintr = SrvLocHeader.parseCommaSeparatedListIn(mcastI, true);
1486 timeouts = SrvLocHeader.parseCommaSeparatedListIn(sTimeouts, true);
H A DSLPHeaderV1.java745 Vector attrForms = parseCommaSeparatedListIn(buf.toString(), false);
807 parseCommaSeparatedListIn(buf.toString(), true);
H A DSrvLocHeader.java545 static Vector parseCommaSeparatedListIn(String s, boolean ignoreParens) method in class:SrvLocHeader
H A DServiceLocationAttributeV1.java407 values = SrvLocHeader.parseCommaSeparatedListIn(rest, true);
H A DSLPHeaderV2.java915 Vector attrForms = parseCommaSeparatedListIn(buf.toString(), false);
H A DServiceLocationAttribute.java170 values = SrvLocHeader.parseCommaSeparatedListIn(rest, true);

Completed in 134 milliseconds