| Package | Description |
|---|---|
| net.kuujo.vertigo.io | |
| net.kuujo.vertigo.io.impl | |
| net.kuujo.vertigo.io.port.impl | |
| net.kuujo.vertigo.io.stream | |
| net.kuujo.vertigo.io.stream.impl |
| Modifier and Type | Method and Description |
|---|---|
Collection<OutputPortContext> |
OutputContext.ports()
Returns the output's port contexts.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<OutputPortContext> |
DefaultOutputContext.ports()
Returns the output's port contexts.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultOutputContext.Builder |
DefaultOutputContext.Builder.removePort(OutputPortContext port)
Removes a port from the output.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOutputPortContext
Output port context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOutputPortContext.notify(OutputPortContext update) |
void |
DefaultOutputPort.update(OutputPortContext update) |
| Constructor and Description |
|---|
DefaultOutputPort(org.vertx.java.core.Vertx vertx,
OutputPortContext context) |
| Modifier and Type | Method and Description |
|---|---|
OutputPortContext |
OutputStreamContext.port()
Returns the parent output port context.
|
| Modifier and Type | Method and Description |
|---|---|
OutputPortContext |
DefaultOutputStreamContext.port() |
| Modifier and Type | Method and Description |
|---|---|
DefaultOutputStreamContext |
DefaultOutputStreamContext.setPort(OutputPortContext port) |
Copyright © 2013-2014. All Rights Reserved.