Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
Modifier and Type | Method and Description |
---|---|
GserParser |
GserParser.readEndSequence()
Skips the input matching the end of a sequence and preceding space
characters.
|
GserParser |
GserParser.readStartSequence()
Skips the input matching the start of a sequence and subsequent space
characters.
|
GserParser |
GserParser.skipMsp()
Skips the input matching one or more space characters.
|
GserParser |
GserParser.skipSeparator()
Skips the input matching the separator pattern (",") and subsequenct
space characters.
|
GserParser |
GserParser.skipSp()
Skips the input matching zero, one or more space characters.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.