- encode(byte[]) - Static method in class org.eclipse.paho.client.mqttv3.internal.security.SimpleBase64Encoder
-
Encodes an array of byte into a string of printable ASCII characters
using a base-64 encoding.
- encode(String) - Static method in class org.eclipse.paho.client.mqttv3.internal.websocket.Base64
-
- encodeBytes(byte[]) - Static method in class org.eclipse.paho.client.mqttv3.internal.websocket.Base64
-
- encodeFrame() - Method in class org.eclipse.paho.client.mqttv3.internal.websocket.WebSocketFrame
-
Encodes the this WebSocketFrame into a byte array.
- equalsAny(CharSequence, CharSequence[]) - Static method in class org.eclipse.paho.client.mqttv3.util.Strings
-
Checks if the CharSequence equals any character in the given set of characters.
- ExceptionHelper - Class in org.eclipse.paho.client.mqttv3.internal
-
Utility class to help create exceptions of the correct type.
- execute() - Method in class org.eclipse.paho.client.mqttv3.internal.websocket.WebSocketHandshake
-
Executes a Websocket Handshake.