-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Milestone
Description
String hostname = "localhost"/*127.0.0.1*/;
int port = 1080;
Proxy proxy = new Proxy(Proxy.Type.SOCKS,
new InetSocketAddress(hostname, port));
OkHttpClient.Builder builder = new OkHttpClient.Builder().proxy(proxy);
OkHttpClient client = builder.build();
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels