Uses of Class
nl.b3p.commons.oai.dataprovider20.token.Token
-
Packages that use Token Package Description nl.b3p.commons.oai.dataprovider20.token -
-
Uses of Token in nl.b3p.commons.oai.dataprovider20.token
Subclasses of Token in nl.b3p.commons.oai.dataprovider20.token Modifier and Type Class Description class
IdentifierToken
class
RecordsToken
class
SetToken
Methods in nl.b3p.commons.oai.dataprovider20.token that return Token Modifier and Type Method Description static Token
TokenModem. decode(String token)
decode the tokenMethods in nl.b3p.commons.oai.dataprovider20.token with parameters of type Token Modifier and Type Method Description static String
TokenModem. encode(Token token)
rules for encoding v=verb c=cursor f=from u=until s=set m=metadataprefix
-