/**@class android.net.IpConfiguration implements android.os.Parcelable @extends java.lang.Object A class representing a configured network. @hide */ var IpConfiguration = { /***/ ipAssignment : "null", /***/ staticIpConfiguration : "null", /***/ proxySettings : "null", /***/ httpProxy : "null", /**Implement the Parcelable interface */ CREATOR : "null", /** */ getIpAssignment : function( ) {}, /** */ setIpAssignment : function( ) {}, /** */ getStaticIpConfiguration : function( ) {}, /** */ setStaticIpConfiguration : function( ) {}, /** */ getProxySettings : function( ) {}, /** */ setProxySettings : function( ) {}, /** */ getHttpProxy : function( ) {}, /** */ setHttpProxy : function( ) {}, /** */ toString : function( ) {}, /** */ equals : function( ) {}, /** */ hashCode : function( ) {}, /**Implement the Parcelable interface */ describeContents : function( ) {}, /**Implement the Parcelable interface */ writeToParcel : function( ) {}, };