Home
last modified time | relevance | path

Searched refs:closeClientConnection (Results 1 – 1 of 1) sorted by relevance

/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/eventstream/
DClientConnection.java36 closeClientConnection(getNativeHandle(), shutdownErrorCode); in closeConnection()
202 private static native void closeClientConnection(long connection, int errorCode); in closeClientConnection() method in ClientConnection