Uses of Interface
com.corundumstudio.socketio.protocol.JsonSupport
Packages that use JsonSupport
Package
Description
-
Uses of JsonSupport in com.corundumstudio.socketio
Methods in com.corundumstudio.socketio that return JsonSupportMethods in com.corundumstudio.socketio with parameters of type JsonSupportModifier and TypeMethodDescriptionvoidConfiguration.setJsonSupport(JsonSupport jsonSupport) Allows to setup custom implementation of JSON serialization/deserialization -
Uses of JsonSupport in com.corundumstudio.socketio.namespace
Methods in com.corundumstudio.socketio.namespace that return JsonSupport -
Uses of JsonSupport in com.corundumstudio.socketio.protocol
Classes in com.corundumstudio.socketio.protocol that implement JsonSupportMethods in com.corundumstudio.socketio.protocol that return JsonSupportConstructors in com.corundumstudio.socketio.protocol with parameters of type JsonSupportModifierConstructorDescriptionPacketDecoder(JsonSupport jsonSupport, AckManager ackManager) PacketEncoder(Configuration configuration, JsonSupport jsonSupport) -
Uses of JsonSupport in com.corundumstudio.socketio.store
Methods in com.corundumstudio.socketio.store with parameters of type JsonSupportModifier and TypeMethodDescriptionvoidStoreFactory.init(NamespacesHub namespacesHub, AuthorizeHandler authorizeHandler, JsonSupport jsonSupport) -
Uses of JsonSupport in com.corundumstudio.socketio.store.pubsub
Methods in com.corundumstudio.socketio.store.pubsub with parameters of type JsonSupportModifier and TypeMethodDescriptionvoidBaseStoreFactory.init(NamespacesHub namespacesHub, AuthorizeHandler authorizeHandler, JsonSupport jsonSupport)