Uses of Class
org.xnio.Sequence
Packages that use Sequence
-
Uses of Sequence in org.xnio
Modifier and TypeFieldDescriptionOptions.SASL_DISALLOWED_MECHANISMSA list of disallowed SASL mechanisms.Options.SASL_MECHANISMSA list of SASL mechanisms, in decreasing order of preference.Options.SASL_PROPERTIESA list of provider specific SASL properties.Options.SASL_QOPSpecify the SASL quality-of-protection to use.Options.SSL_ENABLED_CIPHER_SUITESSpecify the cipher suites for an SSL/TLS session.Options.SSL_ENABLED_PROTOCOLSSpecify the enabled protocols for an SSL/TLS session.static final Option<Sequence<Class<? extends KeyManager>>>Options.SSL_JSSE_KEY_MANAGER_CLASSESThe possible key manager classes to use for a JSSE SSL context.static final Option<Sequence<Class<? extends TrustManager>>>Options.SSL_JSSE_TRUST_MANAGER_CLASSESThe possible trust store classes to use for a JSSE SSL context.Options.SSL_SUPPORTED_CIPHER_SUITESGet the supported cipher suites for an SSL/TLS session.Options.SSL_SUPPORTED_PROTOCOLSGet the supported protocols for an SSL/TLS session.Modifier and TypeMethodDescription<N> Sequence<N>Cast a sequence to a different type if all the contained elements are of the subtype.static <T> Sequence<T>Sequence.empty()Return an empty sequence.static <T> Sequence<T>Sequence.of(Collection<T> members) Return a sequence of the given members.static <T> Sequence<T>Sequence.of(T... members) Return a sequence of the given members.Modifier and TypeMethodDescriptionCreate an option with a sequence type.Option.typeSequence(Class<?> declClass, String name, Class<T> elementDeclType) Create an option with a sequence-of-types type.Modifier and TypeMethodDescriptionbooleanDetermine whether this sequence is equal to another.Modifier and TypeMethodDescriptionOptionMap.Builder.setSequence(Option<Sequence<Boolean>> key, boolean... values) Set boolean values for an Boolean sequence key.OptionMap.Builder.setSequence(Option<Sequence<Integer>> key, int... values) Set int values for an Integer sequence key.OptionMap.Builder.setSequence(Option<Sequence<Long>> key, long... values) Set long values for a Long sequence key.OptionMap.Builder.setSequence(Option<Sequence<T>> key, T... values) Set a key-value pair, where the value is a sequence type.