|
JSS 3.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.io.OutputStream
|
+--org.mozilla.jss.ssl.SSLOutputStream
| Field Summary | |
private SSLSocket |
sock
|
| Constructor Summary | |
(package private) |
SSLOutputStream(SSLSocket sock)
|
| Method Summary | |
void |
close()
|
void |
write(byte[] b)
|
void |
write(byte[] b,
int off,
int len)
|
void |
write(int b)
|
| Methods inherited from class java.io.OutputStream |
flush |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private SSLSocket sock
| Constructor Detail |
SSLOutputStream(SSLSocket sock)
| Method Detail |
public void write(int b)
throws java.io.IOException
public void write(byte[] b)
throws java.io.IOException
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
public void close()
throws java.io.IOException
|
JSS 3.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||