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

O

object() - Static method in class com.dkfqs.tools.json.eclipsesource.Json
Creates a new empty JsonObject.
offset - Variable in class com.dkfqs.tools.json.eclipsesource.Location
The absolute character index, starting at 0.
onAsyncResponse(HTTPResponse) - Method in interface com.dkfqs.tools.http.HTTPClientAsyncResponseHandler
Called when a HTTP response is received.
onBinary(WebSocketClientContext, byte[], long) - Method in interface com.dkfqs.tools.websocket.WebSocketClientListenerInterface
Optional: Called when the last frame of a stream of binary-frames is received.
onClose(WebSocketClientContext) - Method in interface com.dkfqs.tools.websocket.WebSocketClientListenerInterface
Called when the WebSocket connection is closed by the server.
onDeconstruct(AbstractJavaTestPluginContext) - Method in interface com.dkfqs.tools.javatest.AbstractJavaTestHttpPluginInterface
Called when the plug-in is deconstructed.
onDeconstruct(AbstractJavaTestPluginContext, List<String>) - Method in interface com.dkfqs.tools.javatest.AbstractJavaTestPluginInterface
Called when the plug-in is deconstructed.
onError(WebSocketClientContext, Throwable, Frame) - Method in interface com.dkfqs.tools.websocket.WebSocketClientListenerInterface
Optional: Called when an communication error or an internal error has occurred.
onExecute(AbstractJavaTestPluginContext, List<String>) - Method in interface com.dkfqs.tools.javatest.AbstractJavaTestPluginInterface
Called when the plug-in is executed.
onExecute(String, String, List<String>) - Method in interface com.dkfqs.tools.lib.SourceCodeModifierPluginInterface
Called when the plug-in is executed.
onFrame(WebSocketClientContext, Frame, long) - Method in interface com.dkfqs.tools.websocket.WebSocketClientListenerInterface
Optional: Called for every single received frame - regardless if the fin bit is set or not.
onHTTPClientReceivedBytes(int) - Method in interface com.dkfqs.tools.http.HTTPClientCountBytesReceivedInterface
Called each time when the HTTP client has received a data fragment from a server.
onHTTPClientSentBytes(int) - Method in interface com.dkfqs.tools.http.HTTPClientCountBytesSentInterface
Called each time when the HTTP client has sent a data fragment to a server.
onHttpRequest(AbstractJavaTestPluginContext, List<String>, HTTPRequest) - Method in interface com.dkfqs.tools.javatest.AbstractJavaTestHttpPluginInterface
Called before the HTTP request is send.
onHttpResponse(AbstractJavaTestPluginContext, List<String>, HTTPResponse) - Method in interface com.dkfqs.tools.javatest.AbstractJavaTestHttpPluginInterface
Called after the HTTP response is received.
onInitialize(AbstractJavaTest, AbstractJavaTestPluginContext, List<String>) - Method in interface com.dkfqs.tools.javatest.AbstractJavaTestHttpPluginInterface
Called when the plug-in is initialized.
onInitialize(AbstractJavaTest, AbstractJavaTestPluginContext, List<String>) - Method in interface com.dkfqs.tools.javatest.AbstractJavaTestPluginInterface
Called when the plug-in is initialized.
onOpen(WebSocketClientContext) - Method in interface com.dkfqs.tools.websocket.WebSocketClientListenerInterface
Optional: Called when WebSocket connection is established to the server.
onPeriodicInterval(AbstractJavaTest) - Method in interface com.dkfqs.tools.javatest.AbstractJavaTestPeriodicThreadInterface
Periodically called by an AbstractJavaTestPeriodicThread.
onPing(WebSocketClientContext, byte[], long) - Method in interface com.dkfqs.tools.websocket.WebSocketClientListenerInterface
Optional: Called when a ping is received from the server.
onPong(WebSocketClientContext, byte[], long) - Method in interface com.dkfqs.tools.websocket.WebSocketClientListenerInterface
Optional: Called when a pong is received from the server.
onReadDataStream(int) - Method in interface com.dkfqs.tools.lib.BufferedByteCountInputStreamCallbackInterface
Called when data is has from the stream.
onRequestBeforeSend(HTTPRequest) - Method in interface com.dkfqs.tools.http.HTTPClientDebuggerInterface
Called just before a HTTP request is send.
onResponseAfterReceive(HTTPResponse) - Method in interface com.dkfqs.tools.http.HTTPClientDebuggerInterface
Called just after a HTTP response is received
onSimpleJsonValue(String, JsonValue) - Method in interface com.dkfqs.tools.json.SimpleJsonParserCallbackInterface
Called for each simple JSON value.
onText(WebSocketClientContext, String, long) - Method in interface com.dkfqs.tools.websocket.WebSocketClientListenerInterface
Called when the last frame of a stream of text-frames is received.
onUserResume(int) - Method in class com.dkfqs.tools.javatest.AbstractJavaTest
Called when the user was previously suspended and was now resumed.
onUserSuspend(int) - Method in class com.dkfqs.tools.javatest.AbstractJavaTest
Called when the user was suspended.
onUserTestAbort(int) - Method in class com.dkfqs.tools.javatest.AbstractJavaTest
Called, per user, when the whole test is aborted by an abort action.
onWriteDataStream(int) - Method in interface com.dkfqs.tools.lib.BufferedByteCountOutputStreamCallbackInterface
Called when data has written to the stream.
OPCODE_BINARY - Static variable in class com.dkfqs.tools.websocket.Frame
 
OPCODE_CLOSE - Static variable in class com.dkfqs.tools.websocket.Frame
 
OPCODE_CONTINUE - Static variable in class com.dkfqs.tools.websocket.Frame
 
OPCODE_PING - Static variable in class com.dkfqs.tools.websocket.Frame
 
OPCODE_PONG - Static variable in class com.dkfqs.tools.websocket.Frame
 
OPCODE_TEXT - Static variable in class com.dkfqs.tools.websocket.Frame
 
opcodeToString(byte) - Static method in class com.dkfqs.tools.websocket.Frame
Convert an opcode to a string that can be printed out.
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links