Makefile.am: Added URLDecoder and URLEncoder.

* Makefile.am: Added URLDecoder and URLEncoder.
	* Makefile.in: Rebuilt.
	* java/net/ServerSocket.java (setSocketFactory): Renamed from
	setSocketImplFactory to match spec.
	* java/net/Socket.java (getSoLinger): Changed return type to
	match spec.
	* java/net/URLDecoder.java: New file.
	* java/net/URLEncoder.java: New file.

From-SVN: r26605
This commit is contained in:
Warren Levy
1999-04-23 16:36:22 +00:00
committed by Warren Levy
parent d2692ef86e
commit 12571b1f96
8 changed files with 146 additions and 5 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ public class Socket
throw new InternalError("Socket.setSoLinger not implemented");
}
public boolean getSoLinger() throws SocketException
public int getSoLinger() throws SocketException
{
throw new InternalError("Socket.getSoLinger not implemented");
}