public class HohRawClientSimpleTest extends Object
Constructor and Description |
---|
HohRawClientSimpleTest() |
Modifier and Type | Method and Description |
---|---|
void |
after() |
void |
before() |
void |
testCreateUsingUrl() |
void |
testInvalidUriRejected1() |
void |
testInvalidUriRejected2() |
void |
testInvalidUriRejected3() |
void |
testSendMessageAndRespectCloseHeaderInResponse() |
void |
testSendMessageSimple() |
void |
testSendMessageSimpleXml() |
void |
testSendMessageWithChunkedResponseAndPauseInMiddle()
Ensure that if chunked transfer encoding is used, and there is a pause in
the middle of transmission, the whole message is still read
|
void |
testSendMessageWithChunkedResponseAndPauseInMiddleWithLongSoTimeout()
Ensure that if chunked transfer encoding is used, and there is a pause in
the middle of transmission, the whole message is still read
|
void |
testUnderstandsGzippedResponse() |
public HohRawClientSimpleTest()
public void testSendMessageSimple() throws Exception
Exception
public void testSendMessageAndRespectCloseHeaderInResponse() throws Exception
Exception
public void testUnderstandsGzippedResponse() throws Exception
Exception
public void testInvalidUriRejected1() throws Exception
Exception
public void testInvalidUriRejected2() throws Exception
Exception
public void testInvalidUriRejected3() throws Exception
Exception
public void testSendMessageWithChunkedResponseAndPauseInMiddle() throws Exception
Exception
public void testSendMessageWithChunkedResponseAndPauseInMiddleWithLongSoTimeout() throws Exception
Exception
public void testSendMessageSimpleXml() throws Exception
Exception
public void testCreateUsingUrl() throws MalformedURLException
MalformedURLException
public void after() throws InterruptedException
InterruptedException
public void before() throws InterruptedException
InterruptedException
Copyright © 2012–2017 University Health Network. All rights reserved.