March 2005
Beginner to intermediate
1254 pages
104h 21m
English
ProtocolException
Signals
a protocol error in the Socket class.
Figure 12-16. java.net.ProtocolException
public class ProtocolException extends java.io.IOException { // Public Constructors public ProtocolException( ); public ProtocolException(String host); }
HttpURLConnection.setRequestMethod( )
Read now
Unlock full access