public class Hl7OverHttpDecoderTest extends Object
| Constructor and Description |
|---|
Hl7OverHttpDecoderTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
beforeClass() |
void |
testDecodeFromStream() |
void |
testDecodeFromStreamWithCompression() |
void |
testDecodeFromStreamWithHeaderLineEndingLF()
Allow malformed client to be processed correctly, per
http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.3
|
void |
testDecodeFromStreamWithMultibyteSequences() |
void |
testDecodeFromStreamWithMultipleMessages() |
void |
testDecodeFromStreamWithPauseInMiddleOfHeaders()
Simulate a network blip causing a delay mid-message
|
void |
testDecodeFromStreamWithPauseInStatusLine()
Simulate a network blip causing a delay mid-message
|
void |
testDecodeFromStreamWithPauseInTheMiddleOfMessage()
Simulate a network blip causing a delay mid-message
|
void |
testDecodeFromStreamWithTwoMessages() |
void |
testDecodeFromStreamWithWeirdHeaderLineSpaces()
Allow malformed client to be processed correctly, per
http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.3
|
public Hl7OverHttpDecoderTest()
public static void beforeClass()
public void testDecodeFromStream() throws Exception
Exceptionpublic void testDecodeFromStreamWithHeaderLineEndingLF() throws Exception
Exceptionpublic void testDecodeFromStreamWithWeirdHeaderLineSpaces() throws Exception
Exceptionpublic void testDecodeFromStreamWithTwoMessages() throws Exception
Exceptionpublic void testDecodeFromStreamWithMultibyteSequences() throws Exception
Exceptionpublic void testDecodeFromStreamWithCompression() throws Exception
Exceptionpublic void testDecodeFromStreamWithMultipleMessages() throws Exception
Exceptionpublic void testDecodeFromStreamWithPauseInTheMiddleOfMessage() throws Exception
Exceptionpublic void testDecodeFromStreamWithPauseInStatusLine() throws Exception
Exceptionpublic void testDecodeFromStreamWithPauseInMiddleOfHeaders() throws Exception
ExceptionCopyright © 2012–2017 University Health Network. All rights reserved.