Uses of Interface
org.apache.wicket.protocol.ws.api.registry.IKey
-
Packages that use IKey Package Description org.apache.wicket.protocol.ws.api org.apache.wicket.protocol.ws.api.message org.apache.wicket.protocol.ws.api.registry org.apache.wicket.protocol.ws.util.tester -
-
Uses of IKey in org.apache.wicket.protocol.ws.api
Methods in org.apache.wicket.protocol.ws.api that return IKey Modifier and Type Method Description IKeyAbstractWebSocketConnection. getKey()IKeyIWebSocketConnection. getKey()protected IKeyAbstractWebSocketProcessor. getRegistryKey() -
Uses of IKey in org.apache.wicket.protocol.ws.api.message
Methods in org.apache.wicket.protocol.ws.api.message that return IKey Modifier and Type Method Description IKeyAbstractClientMessage. getKey()Constructors in org.apache.wicket.protocol.ws.api.message with parameters of type IKey Constructor Description AbortedMessage(org.apache.wicket.Application application, java.lang.String sessionId, IKey key)AbstractClientMessage(org.apache.wicket.Application application, java.lang.String sessionId, IKey key)BinaryMessage(org.apache.wicket.protocol.http.WebApplication application, java.lang.String sessionId, IKey key, byte[] data, int offset, int length)Constructor.ClosedMessage(org.apache.wicket.Application application, java.lang.String sessionId, IKey key, int closeCode, java.lang.String message)ConnectedMessage(org.apache.wicket.Application application, java.lang.String sessionId, IKey key)ErrorMessage(org.apache.wicket.Application application, java.lang.String sessionId, IKey key, java.lang.Throwable t)TextMessage(org.apache.wicket.Application application, java.lang.String sessionId, IKey key, java.lang.CharSequence text) -
Uses of IKey in org.apache.wicket.protocol.ws.api.registry
Classes in org.apache.wicket.protocol.ws.api.registry that implement IKey Modifier and Type Class Description classPageIdKeyA key based on page's idclassResourceNameKeyA key based on shared resource's nameMethods in org.apache.wicket.protocol.ws.api.registry with parameters of type IKey Modifier and Type Method Description IWebSocketConnectionIWebSocketConnectionRegistry. getConnection(org.apache.wicket.Application application, java.lang.String sessionId, IKey key)IWebSocketConnectionSimpleWebSocketConnectionRegistry. getConnection(org.apache.wicket.Application application, java.lang.String sessionId, IKey key)voidIWebSocketConnectionRegistry. removeConnection(org.apache.wicket.Application application, java.lang.String sessionId, IKey key)Removes a web socket connection from the registry at the specified coordinates (application+session+page)voidSimpleWebSocketConnectionRegistry. removeConnection(org.apache.wicket.Application application, java.lang.String sessionId, IKey key)voidIWebSocketConnectionRegistry. setConnection(org.apache.wicket.Application application, java.lang.String sessionId, IKey key, IWebSocketConnection connection)Adds a new connection into the registry at the specified coordinates (application+session+page)voidSimpleWebSocketConnectionRegistry. setConnection(org.apache.wicket.Application application, java.lang.String sessionId, IKey key, IWebSocketConnection connection) -
Uses of IKey in org.apache.wicket.protocol.ws.util.tester
Methods in org.apache.wicket.protocol.ws.util.tester with parameters of type IKey Modifier and Type Method Description voidWebSocketTester. broadcast(org.apache.wicket.Application application, java.lang.String sessionId, IKey key, IWebSocketPushMessage message)Broadcasts/pushes a message to specific web socket connection
-