org.apache.qpid.proton.engine.impl
Interface TransportInput

All Known Subinterfaces:
SslTransportWrapper, TransportWrapper
All Known Implementing Classes:
PlainTransportWrapper, SimpleSslTransportWrapper, SslHandshakeSniffingTransportWrapper

public interface TransportInput


Method Summary
 int input(byte[] bytes, int offset, int size)
           
 

Method Detail

input

int input(byte[] bytes,
          int offset,
          int size)
Parameters:
bytes - input bytes for consumption
offset - the offset within bytes where input begins
size - the number of bytes available for input
Returns:
the number of bytes consumed


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.