| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BIOCallback
Open SSL BIO Callback Interface
| Method Summary | |
|---|---|
|  java.lang.String | gets(int len)Read string up to the len or CLRLF | 
|  int | puts(java.lang.String data)Puts string | 
|  int | read(byte[] buf)Read data | 
|  int | write(byte[] buf)Write data | 
| Method Detail | 
|---|
int write(byte[] buf)
buf - containing the bytes to write.
int read(byte[] buf)
buf - buffer to store the read bytes.
int puts(java.lang.String data)
data - String to write
java.lang.String gets(int len)
len - Maximum number of characters to read
| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||