|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.io.OutputStream
|
+--com.kodemuse.security.ssl.SSLOutputStream
Output stream implementation returned SSL Socket provide outgoing SSL Recordes S->C record: outgoing record
| Constructor Summary | |
(package private) |
SSLOutputStream(java.io.OutputStream out,
CipherSpec spec,
long seqNum,
boolean server)
|
| Method Summary | |
void |
close()
|
void |
flush()
|
void |
sendCloseNotify()
|
void |
write(byte[] b)
|
void |
write(byte[] b,
int offset,
int length)
|
void |
write(int b)
|
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
SSLOutputStream(java.io.OutputStream out,
CipherSpec spec,
long seqNum,
boolean server)
| Method Detail |
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStream
public void write(byte[] b,
int offset,
int length)
throws java.io.IOException
write in class java.io.OutputStream
public void write(byte[] b)
throws java.io.IOException
write in class java.io.OutputStreampublic void sendCloseNotify()
public void close()
throws java.io.IOException
close in class java.io.OutputStream
public void flush()
throws java.io.IOException
flush in class java.io.OutputStream
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||