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
Exception
public void testDecodeFromStreamWithHeaderLineEndingLF() throws Exception
Exception
public void testDecodeFromStreamWithWeirdHeaderLineSpaces() throws Exception
Exception
public void testDecodeFromStreamWithTwoMessages() throws Exception
Exception
public void testDecodeFromStreamWithMultibyteSequences() throws Exception
Exception
public void testDecodeFromStreamWithCompression() throws Exception
Exception
public void testDecodeFromStreamWithMultipleMessages() throws Exception
Exception
public void testDecodeFromStreamWithPauseInTheMiddleOfMessage() throws Exception
Exception
public void testDecodeFromStreamWithPauseInStatusLine() throws Exception
Exception
public void testDecodeFromStreamWithPauseInMiddleOfHeaders() throws Exception
Exception
Copyright © 2012–2017 University Health Network. All rights reserved.