- checkArgument(boolean) - Static method in class com.appunite.websocket.tools.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the
calling method.
- checkArgument(boolean, Object) - Static method in class com.appunite.websocket.tools.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the
calling method.
- checkArgument(boolean, String, Object...) - Static method in class com.appunite.websocket.tools.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the
calling method.
- checkElementIndex(int, int) - Static method in class com.appunite.websocket.tools.Preconditions
-
Ensures that index specifies a valid element in an array,
list or string of size size.
- checkElementIndex(int, int, String) - Static method in class com.appunite.websocket.tools.Preconditions
-
Ensures that index specifies a valid element in an array,
list or string of size size.
- checkNotNull(T) - Static method in class com.appunite.websocket.tools.Preconditions
-
Ensures that an object reference passed as a parameter to the calling
method is not null.
- checkNotNull(T, Object) - Static method in class com.appunite.websocket.tools.Preconditions
-
Ensures that an object reference passed as a parameter to the calling
method is not null.
- checkNotNull(T, String, Object...) - Static method in class com.appunite.websocket.tools.Preconditions
-
Ensures that an object reference passed as a parameter to the calling
method is not null.
- checkPositionIndex(int, int) - Static method in class com.appunite.websocket.tools.Preconditions
-
Ensures that index specifies a valid position in an array,
list or string of size size.
- checkPositionIndex(int, int, String) - Static method in class com.appunite.websocket.tools.Preconditions
-
Ensures that index specifies a valid position in an array,
list or string of size size.
- checkPositionIndexes(int, int, int) - Static method in class com.appunite.websocket.tools.Preconditions
-
Ensures that start and end specify a valid positions
in an array, list or string of size size, and are in order.
- checkState(boolean) - Static method in class com.appunite.websocket.tools.Preconditions
-
Ensures the truth of an expression involving the state of the calling
instance, but not involving any parameters to the calling method.
- checkState(boolean, Object) - Static method in class com.appunite.websocket.tools.Preconditions
-
Ensures the truth of an expression involving the state of the calling
instance, but not involving any parameters to the calling method.
- checkState(boolean, String, Object...) - Static method in class com.appunite.websocket.tools.Preconditions
-
Ensures the truth of an expression involving the state of the calling
instance, but not involving any parameters to the calling method.
- com.appunite.websocket - package com.appunite.websocket
-
- com.appunite.websocket.internal - package com.appunite.websocket.internal
-
- com.appunite.websocket.tools - package com.appunite.websocket.tools
-
- connect(URI) - Method in class com.appunite.websocket.WebSocket
-
Deprecated.
- connect() - Method in class com.appunite.websocket.WebSocketConnection
-
Connect to websocket
- create(URI, List<String>, List<Header>, WebSocketListener) - Method in class com.appunite.websocket.NewWebSocket
-
This method will be alive until error occur or interrupt was executed.
- CRLF - Static variable in class com.appunite.websocket.tools.Base64
-
Encoder flag bit to indicate lines should be terminated with a
CRLF pair instead of just an LF.