Package org.cometd.documentation.client
Class ClientSendDocs
java.lang.Object
org.cometd.documentation.client.ClientSendDocs
public class ClientSendDocs
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ClientSendDocs()
-
Method Summary
Modifier and Type Method Description void
batchPublish()
void
binaryPublish()
void
binaryRemoteCall()
void
callbackPublish()
void
remoteCall()
void
simplePublish()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ClientSendDocs
public ClientSendDocs()
-
-
Method Details
-
simplePublish
public void simplePublish() throws java.lang.Exception- Throws:
java.lang.Exception
-
callbackPublish
public void callbackPublish() throws java.lang.Exception- Throws:
java.lang.Exception
-
batchPublish
public void batchPublish() throws java.lang.Exception- Throws:
java.lang.Exception
-
binaryPublish
public void binaryPublish() throws java.lang.Exception- Throws:
java.lang.Exception
-
remoteCall
public void remoteCall() throws java.lang.Exception- Throws:
java.lang.Exception
-
binaryRemoteCall
public void binaryRemoteCall() throws java.lang.Exception- Throws:
java.lang.Exception
-