- walkArchiveTree(Path, FileVisitor<? super Path>) - Static method in class org.sellcom.core.io.ZipArchives
-
Walks the file tree of the given ZIP archive.
- walkArchiveTree(Path, FileVisitor<? super Path>, Charset) - Static method in class org.sellcom.core.io.ZipArchives
-
Walks the file tree of the given ZIP archive.
- walkArchiveTree(Path, int, FileVisitor<? super Path>) - Static method in class org.sellcom.core.io.ZipArchives
-
Walks the file tree of the given ZIP archive up to the given maximum depth.
- walkArchiveTree(Path, int, FileVisitor<? super Path>, Charset) - Static method in class org.sellcom.core.io.ZipArchives
-
Walks the file tree of the given ZIP archive up to the given maximum depth.
- WELSH - Static variable in class org.sellcom.core.i18n.StandardLocales
-
Welsh.
- WESTERN_FRISIAN - Static variable in class org.sellcom.core.i18n.StandardLocales
-
Western Frisian.
- WINDOWS_1250 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
Windows-1250.
- WINDOWS_1251 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
Windows-1251.
- WINDOWS_1252 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
Windows-1252.
- WINDOWS_1253 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
Windows-1253.
- WINDOWS_1254 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
Windows-1254.
- WINDOWS_1255 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
Windows-1255.
- WINDOWS_1256 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
Windows-1256.
- WINDOWS_1257 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
Windows-1257.
- WINDOWS_1258 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
Windows-1258.
- WINDOWS_31J - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
Windows-31J.
- WINDOWS_874 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
Windows-874.
- WINDOWS_949 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
-
Windows-949.
- withGroups(Set<InetAddress>) - Method in class org.sellcom.core.net.DatagramReceiver
-
Sets the multicast groups associated with this receiver.
- withGroups(Set<InetAddress>) - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
-
Sets the multicast groups associated with this sender/receiver.
- withHandlerThreadPriority(int) - Method in class org.sellcom.core.net.DatagramReceiver
-
Sets the priority of the handler threads in this receiver.
- withHandlerThreadPriority(int) - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
-
Sets the priority of the handler threads in this sender/receiver.
- withHandlerThreads(int) - Method in class org.sellcom.core.net.DatagramReceiver
-
Sets the number of the handler threads in this receiver.
- withHandlerThreads(int) - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
-
Sets the number of the handler threads in this sender/receiver.
- withLocalAddressAndPort(InetAddress, int) - Method in class org.sellcom.core.net.DatagramReceiver
-
Sets the local address and port of this receiver.
- withLocalAddressAndPort(InetAddress, int) - Method in class org.sellcom.core.net.DatagramSender
-
Sets the local address and port of this sender.
- withLocalAddressAndPort(InetAddress, int) - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
-
Sets the local address and port of this sender/receiver.
- withLocalPort(int) - Method in class org.sellcom.core.net.DatagramReceiver
-
Sets the local port of this receiver.
- withLocalPort(int) - Method in class org.sellcom.core.net.DatagramSender
-
Sets the local port of this sender.
- withLocalPort(int) - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
-
Sets the local port of this sender/receiver.
- withMessageConsumer(Consumer<NetworkMessage>) - Method in class org.sellcom.core.net.DatagramReceiver
-
Sets the message consumer of this receiver.
- withMessageConsumer(Consumer<NetworkMessage>) - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
-
Sets the message consumer of this sender/receiver.
- withMinDigits(int) - Method in class org.sellcom.core.security.password.CharacterClassesPasswordStrengthPolicy
-
Sets the minimum number of digits of this policy.
- withMinLength(int) - Method in class org.sellcom.core.security.password.CharacterClassesPasswordStrengthPolicy
-
Sets the minimum length of this policy.
- withMinLowerCaseLetters(int) - Method in class org.sellcom.core.security.password.CharacterClassesPasswordStrengthPolicy
-
Sets the minimum number of lower-case letters of this policy.
- withMinOtherChars(int) - Method in class org.sellcom.core.security.password.CharacterClassesPasswordStrengthPolicy
-
Sets the minimum number of other characters of this policy.
- withMinScore(double) - Method in class org.sellcom.core.security.password.SyntaxRulesPasswordStrengthPolicy
-
Sets the minimum score of this policy.
- withMinSpecialChars(int) - Method in class org.sellcom.core.security.password.CharacterClassesPasswordStrengthPolicy
-
Sets the minimum number of special characters of this policy.
- withMinUpperCaseLetters(int) - Method in class org.sellcom.core.security.password.CharacterClassesPasswordStrengthPolicy
-
Sets the minimum number of upper-case letters of this policy.
- withMulticast(NetworkInterface) - Method in class org.sellcom.core.net.DatagramSender
-
Enables multicast on this sender over the given network interface.
- withMulticast(NetworkInterface) - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
-
Enables multicast on this sender/receiver over the given network interface.
- withNetworkInterface(NetworkInterface) - Method in class org.sellcom.core.net.DatagramReceiver
-
Sets the network interface associated with this receiver.
- withNetworkInterface(NetworkInterface) - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
-
Sets the network interface associated with this sender/receiver.
- withPayload(byte[]) - Method in class org.sellcom.core.net.NetworkMessage
-
Sets the payload of this message.
- withRandomUuid() - Method in class org.sellcom.core.net.NetworkMessage
-
Sets the UUID of this message to a random value.
- withReceiveBufferSize(int) - Method in class org.sellcom.core.net.DatagramReceiver
-
Sets the receive buffer size of this receiver.
- withReceiveBufferSize(int) - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
-
Sets the receive buffer size of this sender/receiver.
- withReceiverThreadPriority(int) - Method in class org.sellcom.core.net.DatagramReceiver
-
Sets the priority of the receiver threads in this receiver.
- withReceiverThreadPriority(int) - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
-
Sets the priority of the receiver threads in this receiver.
- withReceiverThreads(int) - Method in class org.sellcom.core.net.DatagramReceiver
-
Sets the number of the receiver threads in this receiver.
- withReceiverThreads(int) - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
-
Sets the number of the receiver threads in this receiver.
- withRemoteEndPoint(InetSocketAddress) - Method in class org.sellcom.core.net.NetworkMessage
-
Sets the remote end point associated with this message.
- withRule(ToDoubleFunction<char[]>) - Method in class org.sellcom.core.security.password.SyntaxRulesPasswordStrengthPolicy
-
Adds the given rule to this policy.
- withSendBufferSize(int) - Method in class org.sellcom.core.net.DatagramSender
-
Sets the send buffer size of this sender.
- withSendBufferSize(int) - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
-
Sets the send buffer size of this sender/receiver.
- withSenderThreadPriority(int) - Method in class org.sellcom.core.net.DatagramSender
-
Sets the priority of the sender threads in this sender.
- withSenderThreadPriority(int) - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
-
Sets the priority of the sender threads in this sender/receiver.
- withSenderThreads(int) - Method in class org.sellcom.core.net.DatagramSender
-
Sets the number of the sender threads in this sender.
- withSenderThreads(int) - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
-
Sets the number of the sender threads in this sender/receiver.
- withSendRepeatCount(int) - Method in class org.sellcom.core.net.DatagramSender
-
Sets the send repeat count of this sender.
- withSendRepeatCount(int) - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
-
Sets the send repeat count of this sender/receiver.
- withSendRepeatInterval(int) - Method in class org.sellcom.core.net.DatagramSender
-
Sets the send repeat interval (in milliseconds) of this sender.
- withSendRepeatInterval(int) - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
-
Sets the send repeat interval (in milliseconds) of this sender/receiver.
- withTimeToLive(int) - Method in class org.sellcom.core.net.DatagramSender
-
Sets the TTL of multicast packets sent by this sender.
- withTimeToLive(int) - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
-
Sets the TTL of multicast packets sent by this sender/receiver.
- withTrafficClass(TrafficClass) - Method in class org.sellcom.core.net.DatagramSender
-
Sets the traffic class of datagrams sent by this sender.
- withTrafficClass(TrafficClass) - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
-
Sets the traffic class of datagrams sent by this sender/receiver.
- withUuid(UUID) - Method in class org.sellcom.core.net.NetworkMessage
-
Sets the UUID of this message.
- WORD_JOINER - Static variable in class org.sellcom.core.i18n.SpecialCharacters
-
Word joiner.
- wrap(InputStream) - Method in class org.sellcom.core.io.encoding.BinaryDecoder
-
Returns an InputStream decoding bytes from the given InputStream.
- wrap(OutputStream) - Method in class org.sellcom.core.io.encoding.BinaryEncoder
-
Returns an OutputStream encoding the bytes written to it into the given OutputStream.
- wrap(Exception) - Static method in exception org.sellcom.core.util.function.UncheckedException
-
Returns an UncheckedException wrapping the given checked exception.
- writeByte(OutputStream, byte) - Static method in class org.sellcom.core.io.Io
-
Writes a byte to the given destination.
- writeBytes(OutputStream, byte[]) - Static method in class org.sellcom.core.io.Io
-
Writes the given bytes to the given destination.
- writeChar(OutputStream, char) - Static method in class org.sellcom.core.io.Io
-
Writes a char to the given destination using the default (big-endian) byte order.
- writeChar(OutputStream, char, ByteOrder) - Static method in class org.sellcom.core.io.Io
-
Writes a char to the given destination using the given byte order.
- writeDouble(OutputStream, double) - Static method in class org.sellcom.core.io.Io
-
Writes a double to the given destination using the default (big-endian) byte order.
- writeDouble(OutputStream, double, ByteOrder) - Static method in class org.sellcom.core.io.Io
-
Writes a double to the given destination using the given byte order.
- writeFloat(OutputStream, float) - Static method in class org.sellcom.core.io.Io
-
Writes a float to the given destination using the default (big-endian) byte order.
- writeFloat(OutputStream, float, ByteOrder) - Static method in class org.sellcom.core.io.Io
-
Writes a float to the given destination using the given byte order.
- writeInt(OutputStream, int) - Static method in class org.sellcom.core.io.Io
-
Writes an int to the given destination using the default (big-endian) byte order.
- writeInt(OutputStream, int, ByteOrder) - Static method in class org.sellcom.core.io.Io
-
Writes an int to the given destination using the given byte order.
- writeLong(OutputStream, long) - Static method in class org.sellcom.core.io.Io
-
Writes a long to the given destination using the default (big-endian) byte order.
- writeLong(OutputStream, long, ByteOrder) - Static method in class org.sellcom.core.io.Io
-
Writes a long to the given destination using the given byte order.
- writeShort(OutputStream, short) - Static method in class org.sellcom.core.io.Io
-
Writes a short to the given destination using the default (big-endian) byte order.
- writeShort(OutputStream, short, ByteOrder) - Static method in class org.sellcom.core.io.Io
-
Writes a short to the given destination using the given byte order.
- writeString(OutputStream, String) - Static method in class org.sellcom.core.io.Io
-
Writes the given string to the given destination using UTF-8.
- writeString(OutputStream, String, Charset) - Static method in class org.sellcom.core.io.Io
-
Writes the given string to the given destination using the given charset.
- writeUnsignedByte(OutputStream, int) - Static method in class org.sellcom.core.io.Io
-
Writes an unsigned byte to the given destination.
- writeUuid(OutputStream, UUID) - Static method in class org.sellcom.core.io.Io
-
Writes a
UUID to the given destination using the default (big-endian) byte order.
- writeUuid(OutputStream, UUID, ByteOrder) - Static method in class org.sellcom.core.io.Io
-
Writes a
UUID to the given destination using the given byte order.