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 Response
represents a generic Jetcd response.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the response header
  • Method Details

    • getHeader

      Response.Header getHeader()
      Returns the response header
      Returns:
      the header.