@Deprecated
public interface BIOCallback
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
gets(int len)
Deprecated.
Read string up to the len or CLRLF
|
int |
puts(java.lang.String data)
Deprecated.
Puts string
|
int |
read(byte[] buf)
Deprecated.
Read data
|
int |
write(byte[] buf)
Deprecated.
Write data
|
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 writejava.lang.String gets(int len)
len - Maximum number of characters to readCopyright © 2000-2024 Apache Software Foundation.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation.