javascript « Socket « Java Network Q&A

Home
Java Network Q&A
1.API
2.bluetooth
3.Client
4.connection
5.Cookie
6.Development
7.Email
8.File
9.ftp
10.http
11.HttpClient
12.https
13.ip
14.Network
15.OS
16.RMI
17.Security
18.Server
19.Socket
20.tcp
21.UDP
22.url
Java Network Q&A » Socket » javascript 

1. "IOException: Interrupted system call" when stopping NanoHTTPD inside Rhino    stackoverflow.com

I'm writing a program in Javascript using Rhino. It has a (very simple) web server aspect, so I'm using NanoHTTPD. It all works great, as long as I don't ...

2. Why nsIScriptableInputStream is not working?    stackoverflow.com

I'm working on firefox extension which will communicate with java through Socket. Here is my java code

      Socket clientSocket = new Socket("localhost", 8888);
    ...

3. Need help forcing javascript form to post from java program    coderanch.com

I don't really understand what you want to do. I guess you are generating some sort of form (maybe HTML?) from a Java program (is it a servlet?) and want to make it send a POST request. That seems simple: < form method='post' action='some url' > You say the form "doesn't use a CGI script" - so what does it send ...

4. How do I respond to a webpage that contains a javascript?    coderanch.com

Hi All, I am trying to write a Java standalone app (not an applet) that reads a webpage across the net and then responds to it (with a user and password on the first page). I have got as far as creating an HttpsURLConnection, connecting to it, reading from it and printing the resulting page source which includes a