public class NonBlockingConnectionUndecidedDelegate extends Object
Modifier and Type | Field and Description |
---|---|
NonBlockingConnection |
_parent |
Constructor and Description |
---|
NonBlockingConnectionUndecidedDelegate(NonBlockingConnection parent) |
Modifier and Type | Method and Description |
---|---|
boolean |
doWrite(Collection<QpidByteBuffer> buffers) |
QpidByteBuffer |
getNetInputBuffer() |
Certificate |
getPeerCertificate() |
Principal |
getPeerPrincipal() |
String |
getTransportInfo() |
boolean |
needsWork() |
boolean |
processData() |
boolean |
readyForRead() |
void |
shutdownInput() |
void |
shutdownOutput() |
public final NonBlockingConnection _parent
public NonBlockingConnectionUndecidedDelegate(NonBlockingConnection parent)
public boolean readyForRead()
public boolean processData() throws IOException
IOException
public boolean doWrite(Collection<QpidByteBuffer> buffers) throws IOException
IOException
public Principal getPeerPrincipal()
public Certificate getPeerCertificate()
public boolean needsWork()
public QpidByteBuffer getNetInputBuffer()
public void shutdownInput()
public void shutdownOutput()
public String getTransportInfo()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.