public static class RnshHttpClient.ExecResult extends Object
| Constructor and Description |
|---|
ExecResult(int code,
NInputSource out,
NInputSource err) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
NInputSource |
getErr() |
NInputSource |
getOut() |
public ExecResult(int code,
NInputSource out,
NInputSource err)
public int getCode()
public NInputSource getOut()
public NInputSource getErr()
Copyright © 2025 vpc open source initiative. All rights reserved.