Package com.thingworx.websockets.xmpp
Interface IRemoteTunnel
-
- All Superinterfaces:
java.lang.Runnable
@ThingworxExtensionApiClass(since={6,6}, canExtendOrImplement=true) public interface IRemoteTunnel extends java.lang.Runnable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getResult()
boolean
hasError()
boolean
isReady(int defaultInitTimeout)
void
stop()
void
write(byte[] buf)
-
-
-
Method Detail
-
hasError
@ThingworxExtensionApiMethod(since={6,6}) boolean hasError()
-
getResult
@ThingworxExtensionApiMethod(since={6,6}) java.lang.String getResult()
-
isReady
@ThingworxExtensionApiMethod(since={6,6}) boolean isReady(int defaultInitTimeout)
-
stop
@ThingworxExtensionApiMethod(since={6,6}) void stop() throws java.io.IOException
- Throws:
java.io.IOException
- If an error occurs
-
write
@ThingworxExtensionApiMethod(since={6,6}) void write(byte[] buf) throws java.io.IOException
- Throws:
java.io.IOException
- If an error occurs
-
-