Method and Description |
---|
com.crankuptheamps.client.Client.flush()
As of 5.3.0.0. Use (@link #publishFlush) instead.
Clear the queued messages which may be waiting in the transport. This is a no-op.
|
com.crankuptheamps.client.Client.flush(long)
As of 5.3.0.0. Use (@link #publishFlush) instead.
Clear the queued messages which may be waiting in the transport. This is a no-op.
|
com.crankuptheamps.client.Command.getSOWKey()
Use getSowKey() instead.
|
com.crankuptheamps.client.Command.getSOWKeys()
Use getSowKeys() instead
|
com.crankuptheamps.client.Command.setSOWKey(String)
Use setSowKey() instead.
|
com.crankuptheamps.client.Command.setSOWKeys(String)
Use setSowKeys() instead.
|
com.crankuptheamps.client.Client.setUnhandledMessageHandler(MessageHandler) |