mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-08 00:00:54 +03:00
* Expose the numeric code of the Response.StatusCode #473 * Expose the numeric code of the Response.StatusCode #473
This commit is contained in:
committed by
Jeroen van Erp
parent
b0dee02bf9
commit
e14fb2f695
@@ -68,6 +68,9 @@ public final class Response
|
||||
this.code = code;
|
||||
}
|
||||
|
||||
public int getCode() {
|
||||
return code;
|
||||
}
|
||||
}
|
||||
|
||||
private final int protocolVersion;
|
||||
|
||||
Reference in New Issue
Block a user