Package org.apache.myfaces.push.cdi
Class WebsocketChannelMetadata
java.lang.Object
org.apache.myfaces.push.cdi.WebsocketChannelMetadata
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionWebsocketChannelMetadata(String channel, String scope, Serializable user, boolean connected) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetScope()getUser()inthashCode()booleanvoidsetChannel(String channel) voidsetConnected(boolean connected) voidvoidsetUser(Serializable user) 
- 
Constructor Details- 
WebsocketChannelMetadatapublic WebsocketChannelMetadata()
- 
WebsocketChannelMetadata
 
- 
- 
Method Details