public class SslHandshakeSniffingTransportWrapper extends Object implements SslTransportWrapper
Modifier and Type | Method and Description |
---|---|
int |
capacity() |
void |
close_head() |
void |
close_tail() |
String |
getCipherName() |
String |
getProtocolName() |
ByteBuffer |
head() |
int |
pending() |
void |
pop(int bytes) |
void |
process() |
ByteBuffer |
tail() |
public int capacity()
capacity
in interface TransportInput
public ByteBuffer tail()
tail
in interface TransportInput
public void process() throws TransportException
process
in interface TransportInput
TransportException
public void close_tail()
close_tail
in interface TransportInput
public int pending()
pending
in interface TransportOutput
public ByteBuffer head()
head
in interface TransportOutput
public void pop(int bytes)
pop
in interface TransportOutput
public void close_head()
close_head
in interface TransportOutput
public String getCipherName()
getCipherName
in interface SslTransportWrapper
public String getProtocolName()
getProtocolName
in interface SslTransportWrapper
Copyright © 2014 The Apache Software Foundation. All rights reserved.