Package org.cometd.documentation.server
Class ServerServiceDocs.UploadService
java.lang.Object
org.cometd.documentation.server.ServerServiceDocs.UploadService
- Enclosing class:
- ServerServiceDocs
@Service("uploadService")
public class ServerServiceDocs.UploadService
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description UploadService()
-
Method Summary
Modifier and Type Method Description void
upload(org.cometd.bayeux.server.ServerSession remote, org.cometd.bayeux.server.ServerMessage message)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UploadService
public UploadService()
-
-
Method Details
-
upload
@Listener("/binary") public void upload(org.cometd.bayeux.server.ServerSession remote, org.cometd.bayeux.server.ServerMessage message) throws java.io.IOException- Throws:
java.io.IOException
-