B C G H I O R S 
All Classes All Packages

B

beforeCallMethod(MethodDescriptor<ReqT, RespT>, CallOptions, Channel) - Method in interface org.hertsstack.rpcclient.HertsRpcClientInterceptor
Before call method
build() - Method in class org.hertsstack.rpcclient.HertsRpcClientInterceptBuilder.Builder
 
builder(String) - Static method in class org.hertsstack.rpcclient.HertsRpcClientBuilder
 
builder(String, int) - Static method in class org.hertsstack.rpcclient.HertsRpcClientBuilder
 
builder(HertsRpcClientInterceptor) - Static method in class org.hertsstack.rpcclient.HertsRpcClientInterceptBuilder
 

C

channel(Channel) - Method in interface org.hertsstack.rpcclient.HertsRpcClientIBuilder
Channel for gRPC
channel(Channel) - Method in class org.hertsstack.rpcclient.IBuilder
 
connect() - Method in interface org.hertsstack.rpcclient.HertsRpcClientIBuilder
Connect to server
connect() - Method in class org.hertsstack.rpcclient.IBuilder
 
create(HertsRpcClientInterceptor) - Static method in class org.hertsstack.rpcclient.HertsRpcClientInterceptBuilder.Builder
 
createHertsRpcService(Class<T>) - Method in interface org.hertsstack.rpcclient.HertsRpcClient
Create herts core interface
createHertsRpcService(Class<T>) - Method in class org.hertsstack.rpcclient.HertsRpcClientBuilder
 
createHertsRpcService(Class<T>, CallCredentials) - Method in interface org.hertsstack.rpcclient.HertsRpcClient
Create herts core interface
createHertsRpcService(Class<T>, CallCredentials) - Method in class org.hertsstack.rpcclient.HertsRpcClientBuilder
 

G

getChannel() - Method in interface org.hertsstack.rpcclient.HertsRpcClient
Get channel
getChannel() - Method in class org.hertsstack.rpcclient.HertsRpcClientBuilder
 
getChannel() - Method in class org.hertsstack.rpcclient.IBuilder
 
getClient() - Method in interface org.hertsstack.rpcclient.HertsRpcClient
Get clientId.
getClient() - Method in class org.hertsstack.rpcclient.HertsRpcClientBuilder
 
getClientConnection() - Method in interface org.hertsstack.rpcclient.HertsRpcClient
Get client connection
getClientConnection() - Method in class org.hertsstack.rpcclient.HertsRpcClientBuilder
 
getClientConnection() - Method in class org.hertsstack.rpcclient.IBuilder
 
getConnectedHost() - Method in interface org.hertsstack.rpcclient.HertsRpcClient
Get connected host
getConnectedHost() - Method in class org.hertsstack.rpcclient.HertsRpcClientBuilder
 
getConnectedHost() - Method in class org.hertsstack.rpcclient.IBuilder
 
getHertsCoreType() - Method in interface org.hertsstack.rpcclient.HertsRpcClient
Get registered herts type
getHertsCoreType() - Method in class org.hertsstack.rpcclient.HertsRpcClientBuilder
 
getHertsRpcReceivers() - Method in class org.hertsstack.rpcclient.IBuilder
 
getHertsRpcServices() - Method in class org.hertsstack.rpcclient.IBuilder
 
getHertsType() - Method in class org.hertsstack.rpcclient.IBuilder
 
getIdleTimeoutMilliSec() - Method in class org.hertsstack.rpcclient.GrpcClientOption
 
getInterceptor() - Method in class org.hertsstack.rpcclient.IBuilder
 
getKeepaliveMilliSec() - Method in class org.hertsstack.rpcclient.GrpcClientOption
 
getKeepaliveTimeoutMilliSec() - Method in class org.hertsstack.rpcclient.GrpcClientOption
 
getOption() - Method in class org.hertsstack.rpcclient.IBuilder
 
getServerPort() - Method in class org.hertsstack.rpcclient.IBuilder
 
GrpcClientOption - Class in org.hertsstack.rpcclient
Herts core client gRPC option Supported options.
GrpcClientOption() - Constructor for class org.hertsstack.rpcclient.GrpcClientOption
 
grpcOption(GrpcClientOption) - Method in interface org.hertsstack.rpcclient.HertsRpcClientIBuilder
gRPC option
grpcOption(GrpcClientOption) - Method in class org.hertsstack.rpcclient.IBuilder
 

H

HertsRpcClient - Interface in org.hertsstack.rpcclient
Herts core client
HertsRpcClientBuilder - Class in org.hertsstack.rpcclient
 
HertsRpcClientBuilder(IBuilder) - Constructor for class org.hertsstack.rpcclient.HertsRpcClientBuilder
 
HertsRpcClientIBuilder - Interface in org.hertsstack.rpcclient
Herts core client builder interface
HertsRpcClientInterceptBuilder - Class in org.hertsstack.rpcclient
 
HertsRpcClientInterceptBuilder.Builder - Class in org.hertsstack.rpcclient
 
HertsRpcClientInterceptor - Interface in org.hertsstack.rpcclient
Herts core client interceptor

I

IBuilder - Class in org.hertsstack.rpcclient
HertsRpcClientIBuilder implementation
IBuilder(String, int) - Constructor for class org.hertsstack.rpcclient.IBuilder
 
interceptCall(MethodDescriptor<ReqT, RespT>, CallOptions, Channel) - Method in class org.hertsstack.rpcclient.HertsRpcClientInterceptBuilder
 
interceptor(ClientInterceptor) - Method in interface org.hertsstack.rpcclient.HertsRpcClientIBuilder
Herts interceptor
interceptor(ClientInterceptor) - Method in class org.hertsstack.rpcclient.IBuilder
 
isSecureConnection() - Method in interface org.hertsstack.rpcclient.HertsRpcClient
Is secure or not
isSecureConnection() - Method in class org.hertsstack.rpcclient.HertsRpcClientBuilder
 
isSecureConnection() - Method in class org.hertsstack.rpcclient.IBuilder
 

O

org.hertsstack.rpcclient - package org.hertsstack.rpcclient
 

R

registerHertsRpcReceiver(HertsReceiver) - Method in interface org.hertsstack.rpcclient.HertsRpcClientIBuilder
Herts receiver service
registerHertsRpcReceiver(HertsReceiver) - Method in class org.hertsstack.rpcclient.IBuilder
 
registerHertsRpcServiceInterface(Class<T>) - Method in interface org.hertsstack.rpcclient.HertsRpcClientIBuilder
Herts interface service Not implementation class.
registerHertsRpcServiceInterface(Class<T>) - Method in class org.hertsstack.rpcclient.IBuilder
 
registerReceivers(Channel) - Method in class org.hertsstack.rpcclient.IBuilder
 

S

secure(boolean) - Method in interface org.hertsstack.rpcclient.HertsRpcClientIBuilder
Serure connection
secure(boolean) - Method in class org.hertsstack.rpcclient.IBuilder
 
setIdleTimeoutMilliSec(long) - Method in class org.hertsstack.rpcclient.GrpcClientOption
 
setKeepaliveMilliSec(long) - Method in class org.hertsstack.rpcclient.GrpcClientOption
 
setKeepaliveTimeoutMilliSec(long) - Method in class org.hertsstack.rpcclient.GrpcClientOption
 
setRequestMetadata(Metadata) - Method in interface org.hertsstack.rpcclient.HertsRpcClientInterceptor
Set request header metadata
B C G H I O R S 
All Classes All Packages