CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 05:18:12 GMT
content-type: text/html; charset=UTF-8
content-encoding: gzip
x-dns-prefetch-control: on
link: ; rel="https://api.w.org/"
link: ; rel="alternate"; title="JSON"; type="application/json"
x-litespeed-cache: hit
vary: Accept-Encoding
alt-svc: h3=":443"; ma=86400
x-turbo-charged-by: LiteSpeed
cf-cache-status: MISS
report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Dy5HyQxchhKM%2FpK24wW3DQOf7BIGEe1nOFfNXR079aAGdcw3rNE3x5bylNGxdY6eO5n0RAcNgtoYRMRL7X1ft9guVmrUPtXFpaBchEh2MJVJ3Dosz2wi7aYR06jtjhfPEXIqWub7HsFtpmKdcg%3D%3D"}],"group":"cf-nel","max_age":604800}
nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
server: cloudflare
cf-ray: 98d4229c0b51755c-BLR
server-timing: cfL4;desc="?proto=TCP&rtt=756&min_rtt=708&rtt_var=182&sent=7&recv=12&lost=0&retrans=0&sent_bytes=3426&recv_bytes=1021&delivery_rate=3642767&cwnd=253&unsent_bytes=0&cid=94c203d969418137&ts=846&x=0"
Socket Archives - Java Code Geeks
Back to top button
Socket
-
Write text to Socket
In this example we shall show you how to write text to a Socket. To write text to a Socket one…
Read More » -
Read text from Socket
With this example we are going to demonstrate how to read text from a Socket. A Socket is an endpoint…
Read More » -
Send HTTP POST request with Socket
This is an example of how to send an HTTP POST request with a Socket. A socket is an endpoint…
Read More » -
Create client Socket with timeout
In this example we shall show you how to create a client Socket with timeout. A client socket is an…
Read More » -
Create client Socket
With this example we are going to demonstrate how to create a client Socket in Java. In short, to create…
Read More »