Package | Description |
---|---|
org.apache.synapse.transport.passthru |
Modifier and Type | Method and Description |
---|---|
Pipe |
TargetResponse.getPipe() |
Pipe |
SourceRequest.getPipe() |
Pipe |
TargetContext.getReader() |
Pipe |
SourceContext.getReader() |
Pipe |
TargetContext.getWriter() |
Pipe |
SourceContext.getWriter() |
Modifier and Type | Method and Description |
---|---|
void |
TargetRequest.connect(Pipe pipe) |
void |
SourceResponse.connect(Pipe pipe) |
void |
TargetContext.setReader(Pipe reader) |
void |
SourceContext.setReader(Pipe reader) |
void |
TargetContext.setWriter(Pipe writer) |
void |
SourceContext.setWriter(Pipe writer) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.