Uses of Class
org.yamcs.client.ClientException
Packages that use ClientException
Package
Description
Base implementation for Yamcs HTTP client connectivity.
-
Uses of ClientException in org.yamcs.client
Subclasses of ClientException in org.yamcs.clientMethods in org.yamcs.client that throw ClientExceptionModifier and TypeMethodDescriptionvoidYamcsClient.connectWebSocket()Establish a live communication channel.voidvoidYamcsClient.loginWithKerberos()voidYamcsClient.loginWithKerberos(String principal) voidYamcsClient.pollServer()Polls the server, to see if it is ready. -
Uses of ClientException in org.yamcs.client.base
Methods in org.yamcs.client.base that throw ClientExceptionModifier and TypeMethodDescriptionHttpClient.authorizeKerberos(SpnegoInfo info) RestClient.authorizeKerberos(SpnegoInfo info) CompletableFuture<byte[]>HttpClient.doAsyncRequest(String url, io.netty.handler.codec.http.HttpMethod httpMethod, byte[] body) CompletableFuture<byte[]>HttpClient.doAsyncRequest(String url, io.netty.handler.codec.http.HttpMethod httpMethod, byte[] body, io.netty.handler.codec.http.HttpHeaders extraHeaders) HttpClient.doBulkReceiveRequest(String url, io.netty.handler.codec.http.HttpMethod httpMethod, byte[] body, BulkRestDataReceiver receiver) Perform a request that potentially retrieves large amount of data.HttpClient.doBulkRequest(String url, io.netty.handler.codec.http.HttpMethod httpMethod, String body, BulkRestDataReceiver receiver) HttpClient.doBulkSendRequest(String url, io.netty.handler.codec.http.HttpMethod httpMethod) voidvoidvoidHttpClient.loginWithAuthorizationCode(String tokenUrl, String authorizationCode) voidRestClient.loginWithAuthorizationCode(String authorizationCode) static intRestClient.readVarInt32(ByteBuffer bb) voidBulkRestDataReceiver.receiveData(byte[] data) called when receiving data.voidBulkRestDataSender.sendData(byte[] data) send the next chunk of data.voidBulkRestDataSender.sendData(io.netty.buffer.ByteBuf buf)