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
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue