| Modifier and Type | Method and Description |
|---|---|
OutputStreamContext |
OutputConnectionContext.stream()
Returns the parent output stream context.
|
| Modifier and Type | Method and Description |
|---|---|
OutputStreamContext |
DefaultOutputConnectionContext.stream() |
| Modifier and Type | Method and Description |
|---|---|
DefaultOutputConnectionContext |
DefaultOutputConnectionContext.setStream(OutputStreamContext stream) |
| Modifier and Type | Method and Description |
|---|---|
Collection<OutputStreamContext> |
OutputPortContext.streams()
Returns a collection of port streams.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<OutputStreamContext> |
DefaultOutputPortContext.streams() |
| Modifier and Type | Method and Description |
|---|---|
DefaultOutputPortContext.Builder |
DefaultOutputPortContext.Builder.removeStream(OutputStreamContext stream)
Removes a connection from the port.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOutputStreamContext
Output connection context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOutputStreamContext.notify(OutputStreamContext update) |
| Constructor and Description |
|---|
DefaultOutputStream(org.vertx.java.core.Vertx vertx,
OutputStreamContext context) |
Copyright © 2013-2014. All Rights Reserved.