979899100101102103104105
out = o; } public InputStreamMessageContext getCorrespondingInputStreamContext() throws IOException { if (inputStreamContext == null) { inputStreamContext = new HTTPClientInputStreamContext(connection); } return inputStreamContext; }