public interface EzyComplexContext extends EzyContext, EzyPluginContextsFetcher, EzyAppContextsFetcher
| Modifier and Type | Method and Description |
|---|---|
void |
broadcast(com.tvd12.ezyfox.constant.EzyConstant eventType,
EzyEvent event,
boolean catchException) |
EzyAppContext |
getAppContext(int appId) |
EzyPluginContext |
getPluginContext(int pluginId) |
default void |
send(EzyResponse response,
Collection<EzySession> recipients,
boolean encrypted) |
void |
send(EzyResponse response,
Collection<EzySession> recipients,
boolean encrypted,
EzyTransportType transportType) |
default void |
send(EzyResponse response,
EzySession recipient,
boolean encrypted) |
void |
send(EzyResponse response,
EzySession recipient,
boolean encrypted,
EzyTransportType transportType) |
default void |
send(EzyResponse response,
EzyUser recipient,
boolean encrypted) |
default void |
send(EzyResponse response,
EzyUser recipient,
boolean encrypted,
EzyTransportType transportType) |
default void |
stream(byte[] bytes,
Collection<EzySession> recipients) |
void |
stream(byte[] bytes,
Collection<EzySession> recipients,
EzyTransportType transportType) |
default void |
stream(byte[] bytes,
EzySession recipient) |
void |
stream(byte[] bytes,
EzySession recipient,
EzyTransportType transportType) |
cmd, get, handleEvent, handleExceptionremoveProperty, setProperties, setPropertycontainsKey, getProperties, getProperty, getProperty, getPropertygetPluginContextsgetAppContextsEzyAppContext getAppContext(int appId)
EzyPluginContext getPluginContext(int pluginId)
void broadcast(com.tvd12.ezyfox.constant.EzyConstant eventType,
EzyEvent event,
boolean catchException)
void send(EzyResponse response, EzySession recipient, boolean encrypted, EzyTransportType transportType)
void send(EzyResponse response, Collection<EzySession> recipients, boolean encrypted, EzyTransportType transportType)
void stream(byte[] bytes,
EzySession recipient,
EzyTransportType transportType)
void stream(byte[] bytes,
Collection<EzySession> recipients,
EzyTransportType transportType)
default void send(EzyResponse response, EzyUser recipient, boolean encrypted, EzyTransportType transportType)
default void send(EzyResponse response, Collection<EzySession> recipients, boolean encrypted)
default void stream(byte[] bytes,
EzySession recipient)
default void stream(byte[] bytes,
Collection<EzySession> recipients)
default void send(EzyResponse response, EzySession recipient, boolean encrypted)
default void send(EzyResponse response, EzyUser recipient, boolean encrypted)
Copyright © 2021 Young Monkeys. All rights reserved.