mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-03-07 00:59:13 +00:00
Javadoc; missing @Overrides
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@936334 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
53d61aa4c6
commit
2e1863f080
@ -245,8 +245,6 @@ public void unregister(String pattern) {
|
||||
|
||||
/**
|
||||
* Starts this test server.
|
||||
* Use {@link #getServicePort getServicePort}
|
||||
* to obtain the port number afterwards.
|
||||
*/
|
||||
public void start() throws Exception {
|
||||
if (servicedSocket != null) {
|
||||
@ -331,6 +329,7 @@ class ListenerThread extends Thread {
|
||||
super();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
try {
|
||||
while (!interrupted()) {
|
||||
@ -378,6 +377,7 @@ public Worker(final HttpServerConnection conn) {
|
||||
this.conn = conn;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
HttpContext context = new BasicHttpContext();
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user