public class HttpStream extends CrtResource
Modifier | Constructor and Description |
---|---|
protected |
HttpStream(long ptr) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getResponseStatusCode()
Retrieves the Http Response Status Code
|
void |
incrementWindow(int windowSize)
Opens the Sliding Read/Write Window by the number of bytes passed as an argument for this HttpStream.
|
acquire, getAllocatedNativeResourceCount, getAllocatedNativeResources, isNull, native_ptr, own, release
public void close()
close
in interface AutoCloseable
close
in class CrtResource
public void incrementWindow(int windowSize)
windowSize
- How many bytes to increment the sliding window by.public int getResponseStatusCode()
Copyright © 2019. All rights reserved.