Package | Description |
---|---|
org.restlet.engine.header | |
org.restlet.ext.sip.internal |
Modifier and Type | Class and Description |
---|---|
class |
CacheDirectiveWriter
Cache directive header writer.
|
class |
ChallengeWriter
Authentication challenge header writer.
|
class |
CookieSettingWriter
Cookie setting header writer.
|
class |
CookieWriter
Cookie header writer.
|
class |
DimensionWriter
Dimension header writer.
|
class |
DispositionWriter
Disposition header writer.
|
class |
EncodingWriter
Encoding header writer.
|
class |
ExpectationWriter
Expectation header writer.
|
class |
LanguageWriter
Language header writer.
|
class |
MetadataWriter<M extends Metadata>
Metadata header writer.
|
class |
MethodWriter
Method header writer.
|
class |
PreferenceWriter
Preference header writer.
|
class |
RangeWriter
Range header writer.
|
class |
RecipientInfoWriter
Recipient info header writer.
|
class |
StringWriter
String header writer.
|
class |
TagWriter
Tag header writer.
|
class |
WarningWriter
Warning header writer.
|
Modifier and Type | Method and Description |
---|---|
HeaderWriter<ChallengeRequest> |
ChallengeWriter.append(ChallengeRequest value) |
HeaderWriter<V> |
HeaderWriter.append(char c) |
HeaderWriter<V> |
HeaderWriter.append(char[] cs)
Appends an array of characters.
|
HeaderWriter<V> |
HeaderWriter.append(CharSequence csq) |
HeaderWriter<V> |
HeaderWriter.append(Collection<V> values)
Appends a collection of values.
|
HeaderWriter<Dimension> |
DimensionWriter.append(Dimension dimension) |
HeaderWriter<V> |
HeaderWriter.append(int i)
Appends an integer.
|
HeaderWriter<V> |
HeaderWriter.append(long l)
Appends a long.
|
HeaderWriter<Range> |
RangeWriter.append(Range range) |
HeaderWriter<Tag> |
TagWriter.append(Tag tag) |
abstract HeaderWriter<V> |
HeaderWriter.append(V value)
Appends a value.
|
HeaderWriter<V> |
HeaderWriter.appendComment(String content)
Appends a string as an HTTP comment, surrounded by parenthesis and with
quoted pairs if needed.
|
HeaderWriter<V> |
HeaderWriter.appendExtension(NamedValue<String> extension)
Formats and appends a parameter as an extension.
|
HeaderWriter<V> |
HeaderWriter.appendExtension(String name,
String value)
Appends an extension.
|
HeaderWriter<V> |
HeaderWriter.appendParameterSeparator()
Appends a semicolon as a parameter separator.
|
HeaderWriter<V> |
HeaderWriter.appendProduct(String name,
String version)
Appends a product description.
|
HeaderWriter<V> |
HeaderWriter.appendQuotedPair(char character)
Appends a quoted character, prefixing it with a backslash.
|
HeaderWriter<V> |
HeaderWriter.appendQuotedString(String content)
Appends a quoted string.
|
HeaderWriter<V> |
HeaderWriter.appendSpace()
Appends a space character.
|
HeaderWriter<V> |
HeaderWriter.appendToken(String token)
Appends a token.
|
HeaderWriter<V> |
HeaderWriter.appendUriEncoded(CharSequence source,
CharacterSet characterSet)
Formats and appends a source string as an URI encoded string.
|
HeaderWriter<V> |
HeaderWriter.appendValueSeparator()
Appends a comma as a value separator.
|
Modifier and Type | Class and Description |
---|---|
class |
AddressWriter
Deprecated.
Will be removed to focus on Web APIs.
|
class |
AvailabilityWriter
Deprecated.
Will be removed to focus on Web APIs.
|
class |
ContactInfoWriter
Deprecated.
Will be removed to focus on Web APIs.
|
class |
EventTypeWriter
Deprecated.
Will be removed to focus on Web APIs.
|
class |
EventWriter
Deprecated.
Will be removed to focus on Web APIs.
|
class |
OptionTagWriter
Deprecated.
Will be removed to focus on Web APIs.
|
class |
SipRecipientInfoWriter
Deprecated.
Will be removed to focus on Web APIs.
|
class |
SubscriptionWriter
Deprecated.
Will be removed to focus on Web APIs.
|
Modifier and Type | Method and Description |
---|---|
HeaderWriter<Address> |
AddressWriter.append(Address address)
Deprecated.
|
HeaderWriter<Availability> |
AvailabilityWriter.append(Availability availability)
Deprecated.
|
HeaderWriter<ContactInfo> |
ContactInfoWriter.append(ContactInfo contact)
Deprecated.
|
HeaderWriter<Event> |
EventWriter.append(Event value)
Deprecated.
|
HeaderWriter<EventType> |
EventTypeWriter.append(EventType value)
Deprecated.
|
HeaderWriter<OptionTag> |
OptionTagWriter.append(OptionTag value)
Deprecated.
|
HeaderWriter<Subscription> |
SubscriptionWriter.append(Subscription value)
Deprecated.
|
Copyright © 2005–2019. All rights reserved.