Uses of Class
com.corundumstudio.socketio.namespace.Namespace
Packages that use Namespace
Package
Description
-
Uses of Namespace in com.corundumstudio.socketio.annotation
Methods in com.corundumstudio.socketio.annotation with parameters of type NamespaceModifier and TypeMethodDescriptionvoidAnnotationScanner.addListener(Namespace namespace, Object object, Method method, Annotation annotation) voidOnConnectScanner.addListener(Namespace namespace, Object object, Method method, Annotation annotation) voidOnDisconnectScanner.addListener(Namespace namespace, Object object, Method method, Annotation annotation) voidOnEventScanner.addListener(Namespace namespace, Object object, Method method, Annotation annot) void -
Uses of Namespace in com.corundumstudio.socketio.handler
Methods in com.corundumstudio.socketio.handler that return types with arguments of type NamespaceMethods in com.corundumstudio.socketio.handler with parameters of type NamespaceModifier and TypeMethodDescriptionClientHead.addNamespaceClient(Namespace namespace) ClientHead.getChildClient(Namespace namespace) -
Uses of Namespace in com.corundumstudio.socketio.namespace
Methods in com.corundumstudio.socketio.namespace that return Namespace -
Uses of Namespace in com.corundumstudio.socketio.transport
Methods in com.corundumstudio.socketio.transport that return NamespaceConstructors in com.corundumstudio.socketio.transport with parameters of type Namespace