public class WebsocketPacketFragmentationTest
extends TestCase
| Constructor and Description |
|---|
WebsocketPacketFragmentationTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testByteOverflowMetadata()
Perfectly aligned frames one after another
|
void |
testMoreThanOneMessageInTheFrame()
Two messages in single frame
|
void |
testWebsocketCodecFragmentationInAllSectionsWithOverflow()
Edge-case fragmentation of single frame
|
public void testWebsocketCodecFragmentationInAllSectionsWithOverflow()
throws Exception
Exceptionpublic void testByteOverflowMetadata()
throws Exception
ExceptionCopyright © 2014. All Rights Reserved.