Class UserDataImpl
java.lang.Object
io.quarkus.websockets.next.runtime.UserDataImpl
- All Implemented Interfaces:
UserData
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.websockets.next.UserData
UserData.TypedKey<TYPE> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()<VALUE> VALUEget(UserData.TypedKey<VALUE> key) <VALUE> VALUEput(UserData.TypedKey<VALUE> key, VALUE value) Associates the specified value with the specified key.<VALUE> VALUEremove(UserData.TypedKey<VALUE> key) intsize()
-
Constructor Details
-
UserDataImpl
UserDataImpl()
-
-
Method Details
-
get
-
put
Description copied from interface:UserDataAssociates the specified value with the specified key. An old value is replaced by the specified value. -
remove
-
clear
public void clear() -
size
public int size()
-