Uses of Enum
org.osgi.util.pushstream.PushbackPolicyOption
Packages that use PushbackPolicyOption
-
Uses of PushbackPolicyOption in org.osgi.util.pushstream
Methods in org.osgi.util.pushstream that return PushbackPolicyOptionModifier and TypeMethodDescriptionstatic PushbackPolicyOption
Returns the enum constant of this type with the specified name.static PushbackPolicyOption[]
PushbackPolicyOption.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.osgi.util.pushstream with parameters of type PushbackPolicyOptionModifier and TypeMethodDescriptionBufferBuilder
<R, T, U> BufferBuilder.withPushbackPolicy
(PushbackPolicyOption pushbackPolicyOption, long time) Set thePushbackPolicy
of this builderPushStreamBuilder.withPushbackPolicy
(PushbackPolicyOption pushbackPolicyOption, long time)