The Wayback Machine - https://web.archive.org/web/20200204084316/https://github.com/topics/java-client
Skip to content
#

java-client

Here are 63 public repositories matching this topic...

MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied traffic including encrypted SSL traffic and supports Port Forwarding, Web Proxying (i.e. HTTP proxy), HTTPS Tunneling Proxying (using HTTP CONNECT) and SOCKS Proxying (i.e. dynamic port forwarding).
  • Updated Feb 4, 2020
  • Java
PaulFurtado
PaulFurtado commented Oct 31, 2018

In some cases this makes it impossible to pass certain arguments to APIs. In other cases, if a user of this client is handling untrusted user input, it can be a security issue since end users would be able to inject arbitrary unintended parameters into URLs.

If you look at the exec function in https://github.com/fabric8io/kubernetes-client/blob/master/kubernetes-client/src/main/java/io/fabric8/

iChip
iChip commented Nov 20, 2019

I'd like to use the @AndroidFindBy annotation for finding elements by view tag on Android, I am specifying a test ID through this attribute as we cannot use resource ids for targeting views when using React Native.

It does not seem like @AndroidFindBy currently supports this. I see MobileBy.ByAndroidViewTag, but I believe this cannot be used with the page object model to initially locate elemen

IgelCampus
IgelCampus commented Dec 11, 2018

When following the wiki tutorial acme_client does not download the challenge files when renewing a certificiate. I am running the following commands:

ACMECLIENT="java -jar acme_client.jar -w . --log-dir . --log-level TRACE"
$ACMECLIENT -a ./cert/account.key -c ./cert/$DOMAIN.csr --command order-certificate --well-known-dir ./challenge --one-dir-for-well-known

After the command acme_

Improve this page

Add a description, image, and links to the java-client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the java-client topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.