public class ServerSideStreamProxyImpl extends Object implements ServerSideStreamProxy, Startable
| Constructor and Description |
|---|
ServerSideStreamProxyImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
setPeer(ServerPeer peer) |
void |
setStage(Stage stage) |
Task<?> |
start() |
Task<?> |
stop() |
<T> Task<StreamSubscriptionHandle<T>> |
subscribe(String provider,
int dataClassId,
String streamId,
ClientSideStreamProxy proxy) |
<T> Task<Void> |
unsubscribe(StreamSubscriptionHandle<T> handle) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetObserverReference, pingpublic <T> Task<StreamSubscriptionHandle<T>> subscribe(String provider, int dataClassId, String streamId, ClientSideStreamProxy proxy)
subscribe in interface ServerSideStreamProxypublic <T> Task<Void> unsubscribe(StreamSubscriptionHandle<T> handle)
unsubscribe in interface ServerSideStreamProxypublic void setStage(Stage stage)
public void setPeer(ServerPeer peer)
Copyright © 2019 Electronic Arts Inc. All rights reserved.