|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transmitter | |
|---|---|
| org.ijsberg.iglu.util.execution | |
| org.ijsberg.iglu.util.io | |
| Uses of Transmitter in org.ijsberg.iglu.util.execution |
|---|
| Classes in org.ijsberg.iglu.util.execution that implement Transmitter | |
|---|---|
class |
CommandShell
Tries to start a command shell in the OS and establishes standard in- and output. |
| Uses of Transmitter in org.ijsberg.iglu.util.io |
|---|
| Subinterfaces of Transmitter in org.ijsberg.iglu.util.io | |
|---|---|
interface |
Transceiver
A transceiver is a device that offers a two-way communication channel. |
| Classes in org.ijsberg.iglu.util.io that implement Transmitter | |
|---|---|
class |
BasicChannel
Transmits messages to a number of Receivers. |
class |
Pipe
Transmits objects to a specific receiver. |
| Constructors in org.ijsberg.iglu.util.io with parameters of type Transmitter | |
|---|---|
Forwarder(Transmitter outputTransmitter)
|
|
Transponder(Channel channel,
Transmitter outputTransmitter)
Creates transponder with a channel as input source. |
|
Transponder(InputStream inputStream,
Transmitter outputTransmitter)
Constructs a StreamReader that translates input to byte arrays which are forwarded to a transmitter. |
|
Transponder(Queue queue,
Transmitter outputTransmitter)
Creates transponder with a queue as input source. |
|
Transponder(Transmitter outputTransmitter)
Creates transponder with undefined input source. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||