JBoss Web 7.5.17.Final-redhat-1
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
String |
gets(int len)
Read string up to the len or CLRLF
|
int |
puts(String data)
Puts string
|
int |
read(byte[] buf)
Read data
|
int |
write(byte[] buf)
Write data
|
-
-
Method Detail
-
write
int write(byte[] buf)
Write data
- Parameters:
buf
- containg the bytes to write.
- Returns:
- Number of characters written.
-
read
int read(byte[] buf)
Read data
- Parameters:
buf
- buffer to store the read bytes.
- Returns:
- number of bytes read.
-
puts
int puts(String data)
Puts string
- Parameters:
data
- String to write
- Returns:
- Number of characters written
JBoss Web 7.5.17.Final-redhat-1
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2016 JBoss by Red Hat. All rights reserved.