|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||
| Packages that use InoTelegram | |
|---|---|
| de.mid.innovator.net | The package contains classes needed for the network communication via TCP/IP between Innovator network clients and servers. |
| de.mid.innovator.srv | All classes in this package are used for communicating with the Innovator repository server and license server. |
| Uses of InoTelegram in de.mid.innovator.net |
|---|
| Classes in de.mid.innovator.net with type parameters of type InoTelegram | |
|---|---|
class |
InoTelegramCache<T extends InoTelegram>
A cache that manages entries based on the policy specified at creation time. |
| Methods in de.mid.innovator.net that return InoTelegram | |
|---|---|
InoTelegram |
InoTelegram.get(byte[] dst)
|
InoTelegram |
InoTelegram.limit(int newLimit)
|
InoTelegram |
InoTelegram.position(int newPosition)
|
InoTelegram |
InoTelegram.put(InoTelegram src)
|
InoTelegram |
InoTelegram.putByte(byte value)
|
InoTelegram |
InoTelegram.putByte(byte[] value)
|
InoTelegram |
InoTelegram.putChar(char value)
|
InoTelegram |
InoTelegram.putDouble(double value)
|
InoTelegram |
InoTelegram.putFloat(float value)
|
InoTelegram |
InoTelegram.putInt(int value)
|
InoTelegram |
InoTelegram.putInt(int value,
int index)
|
InoTelegram |
InoTelegram.putShort(short value)
|
InoTelegram |
InoTelegram.putString(String value)
|
| Methods in de.mid.innovator.net with parameters of type InoTelegram | |
|---|---|
InoTelegram |
InoTelegram.put(InoTelegram src)
|
void |
InoNet.send(InoTelegram tel)
|
static void |
InoNetSendImpl.send(InoTelegram tel,
SocketChannel ch)
Sends telegram to channel |
byte[] |
InoNet.sendAndReceive(InoTelegram tel)
|
| Uses of InoTelegram in de.mid.innovator.srv |
|---|
|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||