Package io.etcd.jetcd
Interface Response
-
- All Known Implementing Classes:
AbstractResponse,AlarmResponse,AuthDisableResponse,AuthEnableResponse,AuthRoleAddResponse,AuthRoleDeleteResponse,AuthRoleGetResponse,AuthRoleGrantPermissionResponse,AuthRoleListResponse,AuthRoleRevokePermissionResponse,AuthUserAddResponse,AuthUserChangePasswordResponse,AuthUserDeleteResponse,AuthUserGetResponse,AuthUserGrantRoleResponse,AuthUserListResponse,AuthUserRevokeRoleResponse,CampaignResponse,CompactResponse,DefragmentResponse,DeleteResponse,GetResponse,HashKVResponse,LeaderResponse,LeaseGrantResponse,LeaseKeepAliveResponse,LeaseRevokeResponse,LeaseTimeToLiveResponse,LockResponse,MemberAddResponse,MemberListResponse,MemberRemoveResponse,MemberUpdateResponse,MoveLeaderResponse,ProclaimResponse,PutResponse,ResignResponse,SnapshotResponse,StatusResponse,TxnResponse,UnlockResponse,WatchResponse
public interface Responserepresents a generic Jetcd response.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceResponse.Header
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Response.HeadergetHeader()Returns the response header
-
-
-
Method Detail
-
getHeader
Response.Header getHeader()
Returns the response header- Returns:
- the header.
-
-