public class EzyStreamBytesImpl extends EzyAbstractCommand implements EzyStreamBytes
| Constructor and Description |
|---|
EzyStreamBytesImpl(EzyServer server) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(byte[] bytes,
Collection<EzySession> recipients,
EzyTransportType transportType) |
void |
execute(byte[] bytes,
EzySession recipient,
EzyTransportType transportType) |
protected String |
getRecipientsNames(Collection<EzySession> recipients) |
protected EzySimpleBytesPackage |
newPackage(byte[] bytes,
EzyTransportType transportType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, executeprotected final EzyServer server
public EzyStreamBytesImpl(EzyServer server)
public void execute(byte[] bytes,
EzySession recipient,
EzyTransportType transportType)
execute in interface EzyStreamBytespublic void execute(byte[] bytes,
Collection<EzySession> recipients,
EzyTransportType transportType)
execute in interface EzyStreamBytesprotected EzySimpleBytesPackage newPackage(byte[] bytes, EzyTransportType transportType)
protected String getRecipientsNames(Collection<EzySession> recipients)
Copyright © 2021 Young Monkeys. All rights reserved.