public class WebsocketChannelMetadata extends Object implements Serializable
Constructor and Description |
---|
WebsocketChannelMetadata() |
WebsocketChannelMetadata(String channel,
String scope,
Serializable user,
boolean connected) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getChannel() |
String |
getScope() |
Serializable |
getUser() |
int |
hashCode() |
boolean |
isConnected() |
void |
setChannel(String channel) |
void |
setConnected(boolean connected) |
void |
setScope(String scope) |
void |
setUser(Serializable user) |
public WebsocketChannelMetadata()
public WebsocketChannelMetadata(String channel, String scope, Serializable user, boolean connected)
public String getChannel()
public void setChannel(String channel)
public String getScope()
public void setScope(String scope)
public Serializable getUser()
public void setUser(Serializable user)
public boolean isConnected()
public void setConnected(boolean connected)
Copyright © 2022 The Apache Software Foundation. All rights reserved.