public Map<String, List<String>> getRequestProperties ()

Returns an unmodifiable Map of general request properties for this connection. The Map keys are Strings that represent the request-header field names. Each Map value is a unmodifiable List of Strings that represents the corresponding field values.

Returns:  a Map of the general request properties for this connection.

Exceptions:
IllegalStateException    if already connected

Since:  1.4