Skip navigation links
A B C D E F G I K L M N O P R S T U V W 

A

affiliate() - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageDataOutput
Get the affiliated message input
allowedCiphers(String...) - Method in class ml.karmaconfigs.remote.messaging.platform.SecureServer
Set the allowed ciphers
allowedCiphers(String...) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Set the allowed ciphers
allowedProtocol(String...) - Method in class ml.karmaconfigs.remote.messaging.platform.SecureServer
Set the allowed protocols
allowedProtocol(String...) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Set the allowed protocols
ascendingKeySet() - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
Returns a unmodifiable snapshot Set view of the keys contained in this map.
ascendingKeySetWithLimit(int) - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Set view of the keys contained in this map.
ascendingMap() - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Map view of the mappings contained in this map.
ascendingMapWithLimit(int) - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Map view of the mappings contained in this map.
asEntryWeigher(Weigher<? super V>) - Static method in class ml.karmaconfigs.shaded.maputil.Weighers
A entry weigher backed by the specified weigher.
authors() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Karma source authors
authors() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Karma source authors
authors() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Karma source authors
authors() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Karma source authors

B

ban(String...) - Method in class ml.karmaconfigs.remote.messaging.platform.Server
Ban an address from the server
ban(String...) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Ban an address from the server
ban(String...) - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Ban an address from the server
broadcast(MessageOutput) - Method in class ml.karmaconfigs.remote.messaging.platform.Server
Send a message to each connected client
broadcast(MessageOutput) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Send a message to each connected client
broadcast(MessageOutput) - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Send a message to each connected client
build() - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap.Builder
Creates a new ConcurrentLinkedHashMap instance.
Builder() - Constructor for class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap.Builder
 
byteArray() - Static method in class ml.karmaconfigs.shaded.maputil.Weighers
A weigher where the value is a byte array and its weight is the number of bytes.

C

callClientEvent(ClientEvent) - Static method in class ml.karmaconfigs.remote.messaging.listener.RemoteListener
Call an event on the client
callServerEvent(ServerEvent) - Static method in class ml.karmaconfigs.remote.messaging.listener.RemoteListener
Call an event on the server
capacity() - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
Retrieves the maximum weighted capacity of the map.
certsLocation(Path) - Method in class ml.karmaconfigs.remote.messaging.platform.SecureClient
Set the certificates location
certsLocation(Path) - Method in class ml.karmaconfigs.remote.messaging.platform.SecureServer
Set the certificates location
certsLocation(Path) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Set the certificates location
certsLocation(Path) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Set the certificates location
clear() - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
 
Client - Class in ml.karmaconfigs.remote.messaging.platform
Remote message client interface
Client() - Constructor for class ml.karmaconfigs.remote.messaging.platform.Client
 
ClientCommandEvent - Class in ml.karmaconfigs.remote.messaging.listener.event.server
Receive command from client to server event
ClientCommandEvent(RemoteClient, RemoteServer, String, String) - Constructor for class ml.karmaconfigs.remote.messaging.listener.event.server.ClientCommandEvent
Initialize the server event
ClientConnectEvent - Class in ml.karmaconfigs.remote.messaging.listener.event.server
Client connect to server event
ClientConnectEvent(RemoteClient, RemoteServer) - Constructor for class ml.karmaconfigs.remote.messaging.listener.event.server.ClientConnectEvent
Initialize the server event
ClientDisconnectEvent - Class in ml.karmaconfigs.remote.messaging.listener.event.server
Client disconnect from server event
ClientDisconnectEvent(RemoteClient, RemoteServer, DisconnectReason, String) - Constructor for class ml.karmaconfigs.remote.messaging.listener.event.server.ClientDisconnectEvent
Initialize the server event
ClientEvent - Class in ml.karmaconfigs.remote.messaging.listener
Event ran on client
ClientEvent(RemoteServer) - Constructor for class ml.karmaconfigs.remote.messaging.listener.ClientEvent
Initialize the server event
ClientMessageEvent - Class in ml.karmaconfigs.remote.messaging.listener.event.server
Client send message to server event
ClientMessageEvent(RemoteClient, RemoteServer, MessageInput) - Constructor for class ml.karmaconfigs.remote.messaging.listener.event.server.ClientMessageEvent
Initialize the server event
clone(Map<DataType, Set<String>>) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageInput
Clone the message input without the specified keys
close() - Method in class ml.karmaconfigs.remote.messaging.platform.Client
Close the connection
close() - Method in class ml.karmaconfigs.remote.messaging.platform.Server
Completely close the server
close() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Close the connection
close() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Close the connection
close() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Close the connection
close() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Close the connection
collection() - Static method in class ml.karmaconfigs.shaded.maputil.Weighers
A weigher where the value is a Collection and its weight is the number of elements.
compile() - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageDataOutput
Compile the message input
compile() - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageOutput
Compile the message input
concurrencyLevel(int) - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap.Builder
Specifies the estimated number of concurrently updating threads.
ConcurrentLinkedHashMap<K,V> - Class in ml.karmaconfigs.shaded.maputil
A hash table supporting full concurrency of retrievals, adjustable expected concurrency for updates, and a maximum capacity to bound the map by.
ConcurrentLinkedHashMap.Builder<K,V> - Class in ml.karmaconfigs.shaded.maputil
A builder that creates ConcurrentLinkedHashMap instances.
connect() - Method in class ml.karmaconfigs.remote.messaging.platform.Client
Try to connect to the server
connect(String) - Method in class ml.karmaconfigs.remote.messaging.platform.Client
Try to connect to the server
connect() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Try to connect to the server
connect(String) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Try to connect to the server
connect() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Try to connect to the server
connect(String) - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Try to connect to the server
console() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Get the source out
console() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Get the source out
contains(String, DataType) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageDataOutput
Get if the message input contains the specified key in the specified data type
contains(String, DataType) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageOutput
Get if the message input contains the specified key in the specified data type
containsKey(Object) - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
 
containsValue(Object) - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
 
createClient() - Method in class ml.karmaconfigs.remote.messaging.Factory
Create a new client
createClient(int) - Method in class ml.karmaconfigs.remote.messaging.Factory
Create a new client
createClient(String, int) - Method in class ml.karmaconfigs.remote.messaging.Factory
Create a new client
createClient(String, int, int) - Method in class ml.karmaconfigs.remote.messaging.Factory
Create a new client
createClient() - Method in class ml.karmaconfigs.remote.messaging.SSLFactory
Create a new client
createClient(int) - Method in class ml.karmaconfigs.remote.messaging.SSLFactory
Create a new client
createClient(String, int) - Method in class ml.karmaconfigs.remote.messaging.SSLFactory
Create a new client
createClient(String, int, int) - Method in class ml.karmaconfigs.remote.messaging.SSLFactory
Create a new client
createServer() - Method in class ml.karmaconfigs.remote.messaging.Factory
Create a new server
createServer(int) - Method in class ml.karmaconfigs.remote.messaging.Factory
Create a new server
createServer(String, int) - Method in class ml.karmaconfigs.remote.messaging.Factory
Create a new server
createServer() - Method in class ml.karmaconfigs.remote.messaging.SSLFactory
Create a new server
createServer(int) - Method in class ml.karmaconfigs.remote.messaging.SSLFactory
Create a new server
createServer(String, int) - Method in class ml.karmaconfigs.remote.messaging.SSLFactory
Create a new server

D

DataFixer - Class in ml.karmaconfigs.remote.messaging.util.message
 
DataFixer() - Constructor for class ml.karmaconfigs.remote.messaging.util.message.DataFixer
 
DataType - Enum in ml.karmaconfigs.remote.messaging.util.message.type
 
debug(boolean) - Method in class ml.karmaconfigs.remote.messaging.platform.Client
Set the client debug status
debug(boolean) - Method in class ml.karmaconfigs.remote.messaging.platform.SecureClient
Set the client debug status
debug(boolean) - Method in class ml.karmaconfigs.remote.messaging.platform.SecureServer
Set the server debug status
debug(boolean) - Method in class ml.karmaconfigs.remote.messaging.platform.Server
Set the server debug status
debug(boolean) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Set the client debug status
debug(boolean) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Set the server debug status
debug(boolean) - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Set the client debug status
debug(boolean) - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Set the server debug status
descendingKeySet() - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Set view of the keys contained in this map.
descendingKeySetWithLimit(int) - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Set view of the keys contained in this map.
descendingMap() - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Map view of the mappings contained in this map.
descendingMapWithLimit(int) - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Map view of the mappings contained in this map.
description() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Karma source description
description() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Karma source description
description() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Karma source description
description() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Karma source description
DisconnectReason - Enum in ml.karmaconfigs.remote.messaging.util
Disconnect reasons

E

entrySet() - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
 
entrySingleton() - Static method in class ml.karmaconfigs.shaded.maputil.Weighers
A weigher where an entry has a weight of 1.
EntryWeigher<K,V> - Interface in ml.karmaconfigs.shaded.maputil
A class that can determine the weight of an entry.
EvictionListener<K,V> - Interface in ml.karmaconfigs.shaded.maputil
A listener registered for notification when an entry is evicted.
exportBans(Path) - Method in class ml.karmaconfigs.remote.messaging.platform.Server
Export the list of bans
exportBans(Path) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Export the list of bans
exportBans(Path) - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Export the list of bans

F

Factory - Class in ml.karmaconfigs.remote.messaging
Remote messaging factory
Factory(WorkLevel) - Constructor for class ml.karmaconfigs.remote.messaging.Factory
Initialize the factory
fixBuffer(ByteBuffer) - Static method in class ml.karmaconfigs.remote.messaging.util.message.DataFixer
 
fixByteData(byte[]) - Static method in class ml.karmaconfigs.remote.messaging.util.message.DataFixer
 
fromName(String) - Static method in enum ml.karmaconfigs.remote.messaging.util.message.type.MergeType
Get the merge type based on method name

G

get(Object) - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
 
getBoolean(String) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageDataInput
Get the data object
getBoolean(String) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageInput
Get the data object
getBytes(String) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageDataInput
Get the data object
getBytes(String) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageInput
Get the data object
getCharacters(String) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageDataInput
Get the data object
getCharacters(String) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageInput
Get the data object
getClient() - Method in class ml.karmaconfigs.remote.messaging.listener.event.client.ServerConnectEvent
Get the remote client
getClient() - Method in class ml.karmaconfigs.remote.messaging.listener.event.client.ServerDisconnectEvent
Get the remote client
getClient() - Method in class ml.karmaconfigs.remote.messaging.listener.event.client.ServerMessageEvent
Get the remote client
getClient() - Method in class ml.karmaconfigs.remote.messaging.listener.ServerEvent
Get the event client
getClients() - Method in class ml.karmaconfigs.remote.messaging.platform.Server
Get the connected clients
getClients() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Get the connected clients
getClients() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Get the connected clients
getCommand() - Method in class ml.karmaconfigs.remote.messaging.listener.event.server.ClientCommandEvent
Get the command
getData() - Method in class ml.karmaconfigs.remote.messaging.util.MessagePacker
Get the message data
getDisconnectMessage() - Method in class ml.karmaconfigs.remote.messaging.listener.event.server.ClientDisconnectEvent
Get the disconnect message
getHost() - Method in class ml.karmaconfigs.remote.messaging.remote.RemoteClient
Get the client address
getHost() - Method in class ml.karmaconfigs.remote.messaging.remote.RemoteServer
Get the server address
getHost() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.remote.SSLRemoteClient
Get the client address
getHost() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.remote.SSLRemoteServer
Get the server address
getHost() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Get the client address
getHost() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Get the server address
getHost() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.remote.TCPRemoteClient
Get the client address
getHost() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.remote.TCPRemoteServer
Get the server address
getHost() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Get the client address
getHost() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Get the server address
getId() - Method in enum ml.karmaconfigs.remote.messaging.util.message.type.MergeType
Get the merge type id
getInformation() - Method in class ml.karmaconfigs.remote.messaging.listener.event.server.ClientCommandEvent
Get the command information
getKeys(DataType) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageDataOutput
Get all the data keys for the specified data type
getKeys(DataType) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageOutput
Get all the data keys for the specified data type
getMAC() - Method in class ml.karmaconfigs.remote.messaging.platform.Client
Get the client MAC address
getMAC() - Method in class ml.karmaconfigs.remote.messaging.platform.Server
Get the server MAC address
getMAC() - Method in class ml.karmaconfigs.remote.messaging.remote.RemoteClient
Get the client MAC address
getMAC() - Method in class ml.karmaconfigs.remote.messaging.remote.RemoteServer
Get the server MAC address
getMAC() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.remote.SSLRemoteClient
Get the client MAC address
getMAC() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.remote.SSLRemoteServer
Get the server MAC address
getMAC() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Get the client MAC address
getMAC() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Get the server MAC address
getMAC() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.remote.TCPRemoteClient
Get the client MAC address
getMAC() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.remote.TCPRemoteServer
Get the server MAC address
getMAC() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Get the client MAC address
getMAC() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Get the server MAC address
getMessage() - Method in class ml.karmaconfigs.remote.messaging.listener.event.client.ServerMessageEvent
 
getMessage() - Method in class ml.karmaconfigs.remote.messaging.listener.event.server.ClientMessageEvent
Get the message
getName() - Method in class ml.karmaconfigs.remote.messaging.platform.Client
Get the client name
getName() - Method in class ml.karmaconfigs.remote.messaging.remote.RemoteClient
Get the client name
getName() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.remote.SSLRemoteClient
Get the client name
getName() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Get the client name
getName() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.remote.TCPRemoteClient
Get the client name
getName() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Get the client name
getNumber(String) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageDataInput
Get the data object
getNumber(String) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageInput
Get the data object
getOutput() - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageInput
Get the serialized message output
getPort() - Method in class ml.karmaconfigs.remote.messaging.remote.RemoteClient
Get the client port
getPort() - Method in class ml.karmaconfigs.remote.messaging.remote.RemoteServer
Get the server port
getPort() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.remote.SSLRemoteClient
Get the client port
getPort() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.remote.SSLRemoteServer
Get the server port
getPort() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Get the client port
getPort() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Get the server port
getPort() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.remote.TCPRemoteClient
Get the client port
getPort() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.remote.TCPRemoteServer
Get the server port
getPort() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Get the client port
getPort() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Get the server port
getQuietly(Object) - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getReason() - Method in class ml.karmaconfigs.remote.messaging.listener.event.client.ServerDisconnectEvent
Get the disconnect reason
getReason() - Method in class ml.karmaconfigs.remote.messaging.listener.event.server.ClientDisconnectEvent
Get the disconnect reason
getSequence(String) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageDataInput
Get the data object
getSequence(String) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageInput
Get the data object
getSerialized(String) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageDataInput
Get the data object
getSerialized(String) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageInput
Get the data object
getServer() - Method in class ml.karmaconfigs.remote.messaging.listener.ClientEvent
Get the event client
getServer() - Method in class ml.karmaconfigs.remote.messaging.listener.event.server.ClientCommandEvent
Get the remote server
getServer() - Method in class ml.karmaconfigs.remote.messaging.listener.event.server.ClientConnectEvent
Get the remote server
getServer() - Method in class ml.karmaconfigs.remote.messaging.listener.event.server.ClientDisconnectEvent
Get the remote server
getServer() - Method in class ml.karmaconfigs.remote.messaging.listener.event.server.ClientMessageEvent
Get the remote server
getServer() - Method in class ml.karmaconfigs.remote.messaging.platform.Client
Get the connected remote server
getServer() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Get the connected remote server
getServer() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Get the connected remote server
getString(String) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageInput
Get the data object
getWorkLevel() - Method in class ml.karmaconfigs.remote.messaging.platform.Client
Get the client work level
getWorkLevel() - Method in class ml.karmaconfigs.remote.messaging.platform.Server
Get the server work level
getWorkLevel() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Get the client work level
getWorkLevel() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Get the client work level
getWorkLevel() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Get the client work level
getWorkLevel() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Get the client work level

I

initialCapacity(int) - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap.Builder
Specifies the initial capacity of the hash table (default 16).
isConnected() - Method in class ml.karmaconfigs.remote.messaging.platform.Client
Get if the client is completely connected to the server
isConnected() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Get if the client is completely connected to the server
isConnected() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Get if the client is completely connected to the server
isConnecting() - Method in class ml.karmaconfigs.remote.messaging.platform.Client
Get if the client is trying to connect to the server
isConnecting() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Get if the client is trying to connect to the server
isConnecting() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Get if the client is trying to connect to the server
isEmpty() - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
 
iterable() - Static method in class ml.karmaconfigs.shaded.maputil.Weighers
A weigher where the value is a Iterable and its weight is the number of elements.

K

keySet() - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
 
kick(String...) - Method in class ml.karmaconfigs.remote.messaging.platform.Server
Kick an address from the server
kick(String...) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Kick an address from the server
kick(String...) - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Kick an address from the server

L

list() - Static method in class ml.karmaconfigs.shaded.maputil.Weighers
A weigher where the value is a List and its weight is the number of elements.
listener(EvictionListener<K, V>) - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap.Builder
Specifies an optional listener that is registered for notification when an entry is evicted.
loadBans(Path) - Method in class ml.karmaconfigs.remote.messaging.platform.Server
Load the list of bans
loadBans(Path) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Load the list of bans
loadBans(Path) - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Load the list of bans

M

map() - Static method in class ml.karmaconfigs.shaded.maputil.Weighers
A weigher where the value is a Map and its weight is the number of entries.
maxConnections(int) - Method in class ml.karmaconfigs.remote.messaging.platform.SecureServer
Set the server max connections
maxConnections(int) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Set the server max connections
maximumWeightedCapacity(long) - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap.Builder
Specifies the maximum weighted capacity to coerce the map to and may exceed it temporarily.
merge() - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageDataOutput
Get the merge type
MergeType - Enum in ml.karmaconfigs.remote.messaging.util.message.type
Valid merge types for MessageDataOutput
MessageDataInput - Class in ml.karmaconfigs.remote.messaging.util.message
 
MessageDataInput(byte[]) - Constructor for class ml.karmaconfigs.remote.messaging.util.message.MessageDataInput
Initialize the message input
MessageDataInput(MessageOutput) - Constructor for class ml.karmaconfigs.remote.messaging.util.message.MessageDataInput
Initialize the message input
MessageDataOutput - Class in ml.karmaconfigs.remote.messaging.util.message
 
MessageDataOutput() - Constructor for class ml.karmaconfigs.remote.messaging.util.message.MessageDataOutput
Create a new message data input
MessageDataOutput(MessageOutput, MergeType) - Constructor for class ml.karmaconfigs.remote.messaging.util.message.MessageDataOutput
Create a new message data input
MessageDataOutput(byte[], MergeType) - Constructor for class ml.karmaconfigs.remote.messaging.util.message.MessageDataOutput
Create a new message data input
MessageInput - Class in ml.karmaconfigs.remote.messaging.util.message
Message input interface
MessageInput(byte[]) - Constructor for class ml.karmaconfigs.remote.messaging.util.message.MessageInput
Initialize the message input
MessageInput(MessageOutput) - Constructor for class ml.karmaconfigs.remote.messaging.util.message.MessageInput
Initialize the message output
MessageOutput - Class in ml.karmaconfigs.remote.messaging.util.message
Message input interface
MessageOutput() - Constructor for class ml.karmaconfigs.remote.messaging.util.message.MessageOutput
Initialize the message input
MessageOutput(MessageOutput, MergeType) - Constructor for class ml.karmaconfigs.remote.messaging.util.message.MessageOutput
Initialize the message input
MessageOutput(byte[], MergeType) - Constructor for class ml.karmaconfigs.remote.messaging.util.message.MessageOutput
Initialize the message input
MessagePacker - Class in ml.karmaconfigs.remote.messaging.util
Message data packer
MessagePacker(byte[]) - Constructor for class ml.karmaconfigs.remote.messaging.util.MessagePacker
Initialize the message packer
ml.karmaconfigs.remote.messaging - package ml.karmaconfigs.remote.messaging
 
ml.karmaconfigs.remote.messaging.listener - package ml.karmaconfigs.remote.messaging.listener
 
ml.karmaconfigs.remote.messaging.listener.event.client - package ml.karmaconfigs.remote.messaging.listener.event.client
 
ml.karmaconfigs.remote.messaging.listener.event.server - package ml.karmaconfigs.remote.messaging.listener.event.server
 
ml.karmaconfigs.remote.messaging.platform - package ml.karmaconfigs.remote.messaging.platform
 
ml.karmaconfigs.remote.messaging.remote - package ml.karmaconfigs.remote.messaging.remote
 
ml.karmaconfigs.remote.messaging.util - package ml.karmaconfigs.remote.messaging.util
 
ml.karmaconfigs.remote.messaging.util.message - package ml.karmaconfigs.remote.messaging.util.message
 
ml.karmaconfigs.remote.messaging.util.message.type - package ml.karmaconfigs.remote.messaging.util.message.type
 
ml.karmaconfigs.remote.messaging.worker.ssl - package ml.karmaconfigs.remote.messaging.worker.ssl
 
ml.karmaconfigs.remote.messaging.worker.ssl.remote - package ml.karmaconfigs.remote.messaging.worker.ssl.remote
 
ml.karmaconfigs.remote.messaging.worker.tcp - package ml.karmaconfigs.remote.messaging.worker.tcp
 
ml.karmaconfigs.remote.messaging.worker.tcp.remote - package ml.karmaconfigs.remote.messaging.worker.tcp.remote
 
ml.karmaconfigs.shaded.maputil - package ml.karmaconfigs.shaded.maputil
 

N

name() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Karma source name
name() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Karma source name
name() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Karma source name
name() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Karma source name

O

onEviction(K, V) - Method in interface ml.karmaconfigs.shaded.maputil.EvictionListener
A call-back notification that the entry was evicted.

P

pack() - Method in class ml.karmaconfigs.remote.messaging.util.MessagePacker
Pack the message
protocol(String) - Method in class ml.karmaconfigs.remote.messaging.platform.SecureClient
Set the current protocol
protocol(String) - Method in class ml.karmaconfigs.remote.messaging.platform.SecureServer
Set the current protocol
protocol(String) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Set the current protocol
protocol(String) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Set the current protocol
put(K, V) - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
 
putIfAbsent(K, V) - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
 

R

redirect(String, MessageOutput) - Method in class ml.karmaconfigs.remote.messaging.platform.Server
Redirect a message to the specified client
redirect(String, MessageOutput) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Redirect a message to the specified client
redirect(String, MessageOutput) - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Redirect a message to the specified client
register(RemoteMessagingListener) - Static method in class ml.karmaconfigs.remote.messaging.listener.RemoteListener
Register a new listener
RemoteClient - Class in ml.karmaconfigs.remote.messaging.remote
Remote client information
RemoteClient() - Constructor for class ml.karmaconfigs.remote.messaging.remote.RemoteClient
 
RemoteListener - Class in ml.karmaconfigs.remote.messaging.listener
Remote message event listener handler
RemoteListener() - Constructor for class ml.karmaconfigs.remote.messaging.listener.RemoteListener
 
RemoteMessagingListener - Interface in ml.karmaconfigs.remote.messaging.listener
Remote messaging event listener interface
RemoteServer - Class in ml.karmaconfigs.remote.messaging.remote
Remote server information
RemoteServer() - Constructor for class ml.karmaconfigs.remote.messaging.remote.RemoteServer
 
remove(String, DataType) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageDataOutput
Remove data from the specified type
remove(String, DataType) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageOutput
Remove data from the specified type
remove(Object) - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
 
remove(Object, Object) - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
 
rename(String) - Method in class ml.karmaconfigs.remote.messaging.platform.Client
Rename the client on the server interface
rename(String) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Rename the client on the server interface
rename(String) - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Rename the client on the server interface
replace(K, V) - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
 
replace(K, V, V) - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
 

S

SecureClient - Class in ml.karmaconfigs.remote.messaging.platform
 
SecureClient() - Constructor for class ml.karmaconfigs.remote.messaging.platform.SecureClient
 
SecureServer - Class in ml.karmaconfigs.remote.messaging.platform
Remote messaging SSL server interface
SecureServer() - Constructor for class ml.karmaconfigs.remote.messaging.platform.SecureServer
 
send(byte[]) - Method in class ml.karmaconfigs.remote.messaging.platform.Client
Send data to the server
send(byte[]) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Send data to the server
send(byte[]) - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Send data to the server
sendMessage(MessageOutput) - Method in class ml.karmaconfigs.remote.messaging.remote.RemoteClient
Send a message to the client
sendMessage(byte[]) - Method in class ml.karmaconfigs.remote.messaging.remote.RemoteServer
Send a message to the server
sendMessage(MessageOutput) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.remote.SSLRemoteClient
Send a message to the client
sendMessage(byte[]) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.remote.SSLRemoteServer
Send a message to the server
sendMessage(MessageOutput) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Send a message to the client
sendMessage(byte[]) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Send a message to the server
sendMessage(MessageOutput) - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.remote.TCPRemoteClient
Send a message to the client
sendMessage(byte[]) - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.remote.TCPRemoteServer
Send a message to the server
sendMessage(MessageOutput) - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Send a message to the client
sendMessage(byte[]) - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Send a message to the server
Server - Class in ml.karmaconfigs.remote.messaging.platform
Remote message server interface
Server() - Constructor for class ml.karmaconfigs.remote.messaging.platform.Server
 
ServerConnectEvent - Class in ml.karmaconfigs.remote.messaging.listener.event.client
Server accept connection event
ServerConnectEvent(RemoteServer, RemoteClient) - Constructor for class ml.karmaconfigs.remote.messaging.listener.event.client.ServerConnectEvent
Initialize the client event
ServerDisconnectEvent - Class in ml.karmaconfigs.remote.messaging.listener.event.client
Server disconnects the client event
ServerDisconnectEvent(RemoteServer, RemoteClient, String) - Constructor for class ml.karmaconfigs.remote.messaging.listener.event.client.ServerDisconnectEvent
Initialize the client event
ServerEvent - Class in ml.karmaconfigs.remote.messaging.listener
Event ran on server
ServerEvent(RemoteClient) - Constructor for class ml.karmaconfigs.remote.messaging.listener.ServerEvent
Initialize the server event
ServerMessageEvent - Class in ml.karmaconfigs.remote.messaging.listener.event.client
Server sends message to client event
ServerMessageEvent(RemoteServer, RemoteClient, MessageInput) - Constructor for class ml.karmaconfigs.remote.messaging.listener.event.client.ServerMessageEvent
Initialize the client event
set() - Static method in class ml.karmaconfigs.shaded.maputil.Weighers
A weigher where the value is a Set and its weight is the number of elements.
setCapacity(long) - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
Sets the maximum weighted capacity of the map and eagerly evicts entries until it shrinks to the appropriate size.
setDisconnectMessage(String) - Method in class ml.karmaconfigs.remote.messaging.listener.event.server.ClientDisconnectEvent
Set the disconnect message
setDisconnectReason(DisconnectReason) - Method in class ml.karmaconfigs.remote.messaging.listener.event.server.ClientDisconnectEvent
Set the disconnect reason
singleton() - Static method in class ml.karmaconfigs.shaded.maputil.Weighers
A weigher where a value has a weight of 1.
size() - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
 
SSLClient - Class in ml.karmaconfigs.remote.messaging.worker.ssl
Remote message client interface
SSLClient(String, String, String, String) - Constructor for class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Initialize a default client that will connect to local server at default port 49305
SSLClient(String, String, String, String, String, int) - Constructor for class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Initialize a client that will connect to the specified server at specified port
SSLClient(String, String, String, String, int, String, int) - Constructor for class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Initialize a client with a custom port that will connect to the specified server at the specified port
SSLFactory - Class in ml.karmaconfigs.remote.messaging
Remote messaging factory
SSLFactory(String, String, String, String) - Constructor for class ml.karmaconfigs.remote.messaging.SSLFactory
Initialize the factory
SSLRemoteClient - Class in ml.karmaconfigs.remote.messaging.worker.ssl.remote
Remote client information
SSLRemoteClient(String, String, InetAddress, int, Socket) - Constructor for class ml.karmaconfigs.remote.messaging.worker.ssl.remote.SSLRemoteClient
Initialize the remote client
SSLRemoteServer - Class in ml.karmaconfigs.remote.messaging.worker.ssl.remote
Remote server information
SSLRemoteServer(String, InetAddress, int, Socket) - Constructor for class ml.karmaconfigs.remote.messaging.worker.ssl.remote.SSLRemoteServer
Initialize the remote server
SSLServer - Class in ml.karmaconfigs.remote.messaging.worker.ssl
Remote message client interface
SSLServer(String, String, String, String) - Constructor for class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Initialize a default client that will connect to local server at default port 49305
SSLServer(String, String, String, String, int) - Constructor for class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Initialize a client with a custom port that will connect to the specified server at the specified port
SSLServer(String, String, String, String, String, int) - Constructor for class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Initialize a client that will connect to the specified server at specified port
start() - Method in class ml.karmaconfigs.remote.messaging.platform.Server
Try to start the server
start(String) - Method in class ml.karmaconfigs.remote.messaging.platform.Server
Try to start the server
start() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Try to start the server
start(String) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Try to start the server
start() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Try to start the server
start(String) - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Try to start the server

T

TCPClient - Class in ml.karmaconfigs.remote.messaging.worker.tcp
Remote message client interface
TCPClient() - Constructor for class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Initialize a default client that will connect to local server at default port 49305
TCPClient(String, int) - Constructor for class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Initialize a client that will connect to the specified server at specified port
TCPClient(int, String, int) - Constructor for class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Initialize a client with a custom port that will connect to the specified server at the specified port
TCPRemoteClient - Class in ml.karmaconfigs.remote.messaging.worker.tcp.remote
Remote client information
TCPRemoteClient(String, String, InetAddress, int, SocketChannel) - Constructor for class ml.karmaconfigs.remote.messaging.worker.tcp.remote.TCPRemoteClient
Initialize the remote client
TCPRemoteServer - Class in ml.karmaconfigs.remote.messaging.worker.tcp.remote
Remote server information
TCPRemoteServer(String, InetAddress, int, SocketChannel) - Constructor for class ml.karmaconfigs.remote.messaging.worker.tcp.remote.TCPRemoteServer
Initialize the remote server
TCPServer - Class in ml.karmaconfigs.remote.messaging.worker.tcp
Remote message client interface
TCPServer() - Constructor for class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Initialize a default client that will connect to local server at default port 49305
TCPServer(int) - Constructor for class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Initialize a client with a custom port that will connect to the specified server at the specified port
TCPServer(String, int) - Constructor for class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Initialize a client that will connect to the specified server at specified port
toString() - Method in class ml.karmaconfigs.remote.messaging.remote.RemoteClient
Returns a string representation of the object.
toString() - Method in class ml.karmaconfigs.remote.messaging.remote.RemoteServer
Returns a string representation of the object.
toString() - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageDataInput
Returns a string representation of the object.

U

unBan(String...) - Method in class ml.karmaconfigs.remote.messaging.platform.Server
Unban an address from the server
unBan(String...) - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Unban an address from the server
unBan(String...) - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Unban an address from the server
unpack(String) - Static method in class ml.karmaconfigs.remote.messaging.util.MessagePacker
Unpack a packed message
unRegister(UUID) - Static method in class ml.karmaconfigs.remote.messaging.listener.RemoteListener
Un register a listener
unsafeWrite(String, T, DataType) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageDataOutput
Write unsafely to the message input
unsafeWrite(String, T, DataType) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageOutput
Write unsafely to the message input
updateURL() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Karma source update URL
updateURL() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Karma source update URL
updateURL() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Karma source update URL
updateURL() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Karma source update URL

V

valueOf(String) - Static method in enum ml.karmaconfigs.remote.messaging.util.DisconnectReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ml.karmaconfigs.remote.messaging.util.message.type.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ml.karmaconfigs.remote.messaging.util.message.type.MergeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ml.karmaconfigs.remote.messaging.util.WorkLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum ml.karmaconfigs.remote.messaging.util.DisconnectReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ml.karmaconfigs.remote.messaging.util.message.type.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ml.karmaconfigs.remote.messaging.util.message.type.MergeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ml.karmaconfigs.remote.messaging.util.WorkLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
 
version() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLClient
Karma source version
version() - Method in class ml.karmaconfigs.remote.messaging.worker.ssl.SSLServer
Karma source version
version() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPClient
Karma source version
version() - Method in class ml.karmaconfigs.remote.messaging.worker.tcp.TCPServer
Karma source version

W

weigher(Weigher<? super V>) - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap.Builder
Specifies an algorithm to determine how many the units of capacity a value consumes.
weigher(EntryWeigher<? super K, ? super V>) - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap.Builder
Specifies an algorithm to determine how many the units of capacity an entry consumes.
Weigher<V> - Interface in ml.karmaconfigs.shaded.maputil
A class that can determine the weight of a value.
Weighers - Class in ml.karmaconfigs.shaded.maputil
A common set of Weigher and EntryWeigher implementations.
weightedSize() - Method in class ml.karmaconfigs.shaded.maputil.ConcurrentLinkedHashMap
Returns the weighted size of this map.
weightOf(K, V) - Method in interface ml.karmaconfigs.shaded.maputil.EntryWeigher
Measures an entry's weight to determine how many units of capacity that the key and value consumes.
weightOf(V) - Method in interface ml.karmaconfigs.shaded.maputil.Weigher
Measures an object's weight to determine how many units of capacity that the value consumes.
WorkLevel - Enum in ml.karmaconfigs.remote.messaging.util
Valid working levels
write(String, CharSequence) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageDataOutput
Write data to the message input
write(String, boolean) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageDataOutput
Write data to the message input
write(String, Number) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageDataOutput
Write data to the message input
write(String, char...) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageDataOutput
Write data to the message input
write(String, byte[]) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageDataOutput
Write data to the message input
write(String, CharSequence) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageOutput
Write data to the message input
write(String, boolean) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageOutput
Write data to the message input
write(String, Number) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageOutput
Write data to the message input
write(String, char...) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageOutput
Write data to the message input
write(String, byte[]) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageOutput
Write data to the message input
writeSerializable(String, Serializable) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageDataOutput
Write data to the message input
writeSerializable(String, Serializable) - Method in class ml.karmaconfigs.remote.messaging.util.message.MessageOutput
Write data to the message input
A B C D E F G I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2022. All rights reserved.