public class InputShutdownCheckingSslSocketTest extends Object
| Constructor and Description | 
|---|
| InputShutdownCheckingSslSocketTest() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | checkInputShutdownThrowsIOExceptionWithSuppressed() | 
| void | outputStreamChecksInputShutdown() | 
| void | outputStreamWritesNormallyWhenInputNotShutdown() | 
| void | writeByteArraySucceedsWhenInputNotShutdown() | 
| void | writeByteArrayThrowsIOExceptionWhenInputIsShutdown() | 
| void | writeByteArrayWithOffsetSucceedsWhenInputNotShutdown() | 
| void | writeByteArrayWithOffsetThrowsIOExceptionWhenInputIsShutdown() | 
public void outputStreamChecksInputShutdown()
                                     throws IOException
IOExceptionpublic void outputStreamWritesNormallyWhenInputNotShutdown()
                                                    throws IOException
IOExceptionpublic void writeByteArrayThrowsIOExceptionWhenInputIsShutdown()
                                                        throws IOException
IOExceptionpublic void writeByteArraySucceedsWhenInputNotShutdown()
                                                throws IOException
IOExceptionpublic void writeByteArrayWithOffsetThrowsIOExceptionWhenInputIsShutdown()
                                                                  throws IOException
IOExceptionpublic void writeByteArrayWithOffsetSucceedsWhenInputNotShutdown()
                                                          throws IOException
IOExceptionpublic void checkInputShutdownThrowsIOExceptionWithSuppressed()
                                                       throws IOException
IOExceptionCopyright © 2024. All rights reserved.