- canHandle(Class<?>) - Method in class com.github.mlk.queue.codex.SerializationDecoder
-
- canHandle(Class<?>) - Method in class com.github.mlk.queue.codex.SerializationEncoder
-
- canHandle(Class<?>) - Method in class com.github.mlk.queue.codex.StringDecoder
-
- canHandle(Class<?>) - Method in class com.github.mlk.queue.codex.StringEncoder
-
- canHandle(Class<?>) - Method in interface com.github.mlk.queue.Decoder
-
Can this decoder handle the given class.
- canHandle(Class<?>) - Method in interface com.github.mlk.queue.Encoder
-
Can this encoder handle the given class.
- close() - Method in interface com.github.mlk.queue.implementation.ServerImplementation
-
Closes the connection to the server.
- close() - Method in class com.github.mlk.queue.Server
-
Closes the connection to this server.
- CodexException - Exception in com.github.mlk.queue
-
Something has gone horribly wrong when attempting to encode or decode a value.
- CodexException(String, Exception, Object) - Constructor for exception com.github.mlk.queue.CodexException
-
- com.github.mlk.queue - package com.github.mlk.queue
-
- com.github.mlk.queue.codex - package com.github.mlk.queue.codex
-
- com.github.mlk.queue.implementation - package com.github.mlk.queue.implementation
-
This package is only for people creating add-ons for miniature-queue.