public class InternalOutgoingWithResponseTransport extends java.lang.Object implements IOutgoingWithResponseTransport
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ChannelMap |
getSuspendIgnoreChannelLists(IConfigurationService configurationService,
java.lang.String queue,
Node targetNode)
This returns a (combined) list of suspended or ignored channels.
|
java.io.BufferedWriter |
getWriter() |
boolean |
isOpen() |
java.io.OutputStream |
openStream() |
java.io.BufferedWriter |
openWriter() |
java.io.BufferedReader |
readResponse() |
public java.io.OutputStream openStream()
openStream in interface IOutgoingTransportpublic java.io.BufferedReader readResponse()
throws java.io.IOException
readResponse in interface IOutgoingWithResponseTransportjava.io.IOExceptionpublic void close()
close in interface IOutgoingTransportpublic boolean isOpen()
isOpen in interface IOutgoingTransportpublic java.io.BufferedWriter openWriter()
openWriter in interface IOutgoingTransportpublic java.io.BufferedWriter getWriter()
getWriter in interface IOutgoingTransportpublic ChannelMap getSuspendIgnoreChannelLists(IConfigurationService configurationService, java.lang.String queue, Node targetNode)
IOutgoingTransportgetSuspendIgnoreChannelLists in interface IOutgoingTransport