Package | Description |
---|---|
org.cip4.printtalk |
Modifier and Type | Method and Description |
---|---|
HeaderBase.EnumHeaderType |
HeaderBase.getHeaderType() |
static HeaderBase.EnumHeaderType |
HeaderBase.EnumHeaderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeaderBase.EnumHeaderType[] |
HeaderBase.EnumHeaderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HeaderBase |
PrintTalk.getCreateHeader(HeaderBase.EnumHeaderType headerType)
get the one and only header of type headerType
|
Credential |
PrintTalk.getCredential(HeaderBase.EnumHeaderType headerType,
String domain)
get a credential
|
String |
PrintTalk.getCredentialIdentity(HeaderBase.EnumHeaderType headerType,
String domain)
set a new credential value
|
HeaderBase |
PrintTalk.getHeader(HeaderBase.EnumHeaderType headerType)
get the header from a request
|
Credential |
PrintTalk.setCredential(HeaderBase.EnumHeaderType headerType,
String domain,
String identity)
set a new credential identity value
|
Copyright © 2019. All rights reserved.