Package | Description |
---|---|
org.infinispan.server.websocket | |
org.infinispan.server.websocket.handlers | |
org.infinispan.server.websocket.json |
Modifier and Type | Method and Description |
---|---|
static JsonObject |
ChannelUtils.toJSON(String key,
Object value,
String cacheName)
Cache key, value and cache-name to JSON string.
|
Modifier and Type | Method and Description |
---|---|
void |
OpHandler.handleOp(JsonObject opPayload,
Cache<Object,Object> cache,
io.netty.channel.ChannelHandlerContext ctx)
Handle a websocket channel operation.
|
Modifier and Type | Method and Description |
---|---|
void |
PutHandler.handleOp(JsonObject opPayload,
Cache<Object,Object> cache,
io.netty.channel.ChannelHandlerContext ctx) |
void |
RemoveHandler.handleOp(JsonObject opPayload,
Cache<Object,Object> cache,
io.netty.channel.ChannelHandlerContext ctx) |
void |
NotifyHandler.handleOp(JsonObject opPayload,
Cache<Object,Object> cache,
io.netty.channel.ChannelHandlerContext ctx) |
void |
GetHandler.handleOp(JsonObject opPayload,
Cache<Object,Object> cache,
io.netty.channel.ChannelHandlerContext ctx) |
Modifier and Type | Method and Description |
---|---|
static JsonObject |
JsonObject.createNew() |
static JsonObject |
JsonObject.fromMap(Map<String,Object> map) |
static JsonObject |
JsonObject.fromObject(Object o) |
static JsonObject |
JsonObject.fromString(String json) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.