Package org.bouncycastle.est
Interface ESTSourceConnectionListener<T,I>
- 
public interface ESTSourceConnectionListener<T,I>ESTSourceConnectionListener is called when the source is is connected to the remote end point but no application data has been sent. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ESTRequestonConnection(Source<T> source, ESTRequest request) 
 - 
 
- 
- 
Method Detail
- 
onConnection
ESTRequest onConnection(Source<T> source, ESTRequest request) throws java.io.IOException
- Throws:
 java.io.IOException
 
 - 
 
 -