Class PlainTransportWrapper
java.lang.Object
org.apache.qpid.proton.engine.impl.PlainTransportWrapper
- All Implemented Interfaces:
TransportInput
,TransportOutput
,TransportWrapper
-
Constructor Summary
ConstructorsConstructorDescriptionPlainTransportWrapper
(TransportOutput outputProcessor, TransportInput inputProcessor) -
Method Summary
-
Constructor Details
-
PlainTransportWrapper
-
-
Method Details
-
capacity
public int capacity()- Specified by:
capacity
in interfaceTransportInput
-
position
public int position()- Specified by:
position
in interfaceTransportInput
-
tail
- Specified by:
tail
in interfaceTransportInput
-
process
- Specified by:
process
in interfaceTransportInput
- Throws:
TransportException
-
close_tail
public void close_tail()- Specified by:
close_tail
in interfaceTransportInput
-
pending
public int pending()- Specified by:
pending
in interfaceTransportOutput
-
head
- Specified by:
head
in interfaceTransportOutput
-
pop
public void pop(int bytes) - Specified by:
pop
in interfaceTransportOutput
-
close_head
public void close_head()- Specified by:
close_head
in interfaceTransportOutput
-