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:
parent
d2692ef86e
commit
12571b1f96
8 changed files with 146 additions and 5 deletions
|
@ -96,7 +96,7 @@ public class ServerSocket
|
|||
return impl.toString();
|
||||
}
|
||||
|
||||
public static void setSocketImplFactory (SocketImplFactory fac)
|
||||
public static void setSocketFactory (SocketImplFactory fac)
|
||||
throws IOException
|
||||
{
|
||||
factory = fac;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue