- 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
-
- 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
- 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
- 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
- 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.
- 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
-
- 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