com.sun.net.httpserver Questions

3

Solved

I'm not familiar with where I can get the package com.sun.net.httpserver? I like to use this package in Android. Thanks!
Twostep asked 19/12, 2010 at 20:45

4

We are using the internal HttpServer class in a project to exchange data between a client and a server over HTTP. As we switched to Java 7, we realized a delay in the delivery of the results. We co...
Whistling asked 5/3, 2013 at 22:5

1

I'm using java's HTTP Server object with web service implemeted by WebServiceProvider. I see that no matter of the client request, the answer is chunked and i need it to be with content length. so ...
Arrio asked 2/8, 2011 at 20:14

1

Solved

What does socket backlog mean? for example I have web service @WebService public class Calculator { public int sum(int a, int b) { try { Thread.sleep(1000); } catch (InterruptedException e) {...
Emersed asked 18/7, 2011 at 11:30

4

The Http Server embedded in JDK 6 is a big help developing web services, but I've got situation where I published an Endpoint and then the code crashed and left the server running. How do you shut...
Chronogram asked 29/5, 2009 at 21:21
1

© 2022 - 2024 — McMap. All rights reserved.