Package nxt.http.callers
Class GetInboundPeersCall
- java.lang.Object
-
- nxt.http.APICall.Builder<GetInboundPeersCall>
-
- nxt.http.callers.GetInboundPeersCall
-
public class GetInboundPeersCall extends APICall.Builder<GetInboundPeersCall>
-
-
Field Summary
-
Fields inherited from class nxt.http.APICall.Builder
params
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetInboundPeersCall
create()
GetInboundPeersCall
includePeerInfo(boolean includePeerInfo)
-
Methods inherited from class nxt.http.APICall.Builder
build, call, chain, chain, download, getBlock, getBlocks, getCreatedTransaction, getCreatedTransactions, getParam, getTransaction, getTransactions, getTransactions, isParamSet, isRemoteOnly, param, param, param, param, param, param, param, param, param, param, param, parts, remote, secretPhrase, setParamValidation, trustRemoteCertificate, unsignedLongParam, unsignedLongParam
-
-
-
-
Method Detail
-
create
public static GetInboundPeersCall create()
-
includePeerInfo
public GetInboundPeersCall includePeerInfo(boolean includePeerInfo)
-
-