|
Method TwitterStream.getClientURL ( ) has been moved up type hierarchy to TwitterSupport.getClientURL ( ) | Method TwitterSupport.getClientURL ( ) will be called instead of TwitterStream.getClientURL ( ) in a client program. |
Method TwitterStream.getClientVersion ( ) has been moved up type hierarchy to TwitterSupport.getClientVersion ( ) | Method TwitterSupport.getClientVersion ( ) will be called instead of TwitterStream.getClientVersion ( ) in a client program. |
Method TwitterStream.getPassword ( ) has been moved up type hierarchy to TwitterSupport.getPassword ( ) | Method TwitterSupport.getPassword ( ) will be called instead of TwitterStream.getPassword ( ) in a client program. |
Method TwitterStream.getSource ( ) has been moved up type hierarchy to TwitterSupport.getSource ( ) | Method TwitterSupport.getSource ( ) will be called instead of TwitterStream.getSource ( ) in a client program. |
Method TwitterStream.getUserAgent ( ) has been moved up type hierarchy to TwitterSupport.getUserAgent ( ) | Method TwitterSupport.getUserAgent ( ) will be called instead of TwitterStream.getUserAgent ( ) in a client program. |
Method TwitterStream.getUserId ( ) has been moved up type hierarchy to TwitterSupport.getUserId ( ) | Method TwitterSupport.getUserId ( ) will be called instead of TwitterStream.getUserId ( ) in a client program. |
Method TwitterStream.setClientURL ( String x0 ) has been moved up type hierarchy to TwitterSupport.setClientURL ( String clientURL ) | Method TwitterSupport.setClientURL ( String clientURL ) will be called instead of TwitterStream.setClientURL ( String x0 ) in a client program. |
Method TwitterStream.setClientVersion ( String x0 ) has been moved up type hierarchy to TwitterSupport.setClientVersion ( String version ) | Method TwitterSupport.setClientVersion ( String version ) will be called instead of TwitterStream.setClientVersion ( String x0 ) in a client program. |
Method TwitterStream.setHttpConnectionTimeout ( int x0 ) has been moved up type hierarchy to TwitterSupport.setHttpConnectionTimeout ( int connectionTimeout ) | Method TwitterSupport.setHttpConnectionTimeout ( int connectionTimeout ) will be called instead of TwitterStream.setHttpConnectionTimeout ( int x0 ) in a client program. |
Method TwitterStream.setHttpProxy ( String x0, int x1 ) has been moved up type hierarchy to TwitterSupport.setHttpProxy ( String proxyHost, int proxyPort ) | Method TwitterSupport.setHttpProxy ( String proxyHost, int proxyPort ) will be called instead of TwitterStream.setHttpProxy ( String x0, int x1 ) in a client program. |
Method TwitterStream.setHttpProxyAuth ( String x0, String x1 ) has been moved up type hierarchy to TwitterSupport.setHttpProxyAuth ( String proxyUser, String proxyPass ) | Method TwitterSupport.setHttpProxyAuth ( String proxyUser, String proxyPass ) will be called instead of TwitterStream.setHttpProxyAuth ( String x0, String x1 ) in a client program. |
Method TwitterStream.setHttpReadTimeout ( int x0 ) has been moved up type hierarchy to TwitterSupport.setHttpReadTimeout ( int readTimeoutMilliSecs ) | Method TwitterSupport.setHttpReadTimeout ( int readTimeoutMilliSecs ) will be called instead of TwitterStream.setHttpReadTimeout ( int x0 ) in a client program. |
Method TwitterStream.setPassword ( String x0 ) has been moved up type hierarchy to TwitterSupport.setPassword ( String password ) | Method TwitterSupport.setPassword ( String password ) will be called instead of TwitterStream.setPassword ( String x0 ) in a client program. |
Method TwitterStream.setRequestHeader ( String x0, String x1 ) has been moved up type hierarchy to TwitterSupport.setRequestHeader ( String name, String value ) | Method TwitterSupport.setRequestHeader ( String name, String value ) will be called instead of TwitterStream.setRequestHeader ( String x0, String x1 ) in a client program. |
Method TwitterStream.setRetryCount ( int x0 ) has been moved up type hierarchy to TwitterSupport.setRetryCount ( int retryCount ) | Method TwitterSupport.setRetryCount ( int retryCount ) will be called instead of TwitterStream.setRetryCount ( int x0 ) in a client program. |
Method TwitterStream.setRetryIntervalSecs ( int x0 ) has been moved up type hierarchy to TwitterSupport.setRetryIntervalSecs ( int retryIntervalSecs ) | Method TwitterSupport.setRetryIntervalSecs ( int retryIntervalSecs ) will be called instead of TwitterStream.setRetryIntervalSecs ( int x0 ) in a client program. |
Method TwitterStream.setSource ( String x0 ) has been moved up type hierarchy to TwitterSupport.setSource ( String source ) | Method TwitterSupport.setSource ( String source ) will be called instead of TwitterStream.setSource ( String x0 ) in a client program. |
Method TwitterStream.setUserAgent ( String x0 ) has been moved up type hierarchy to TwitterSupport.setUserAgent ( String userAgent ) | Method TwitterSupport.setUserAgent ( String userAgent ) will be called instead of TwitterStream.setUserAgent ( String x0 ) in a client program. |
Method TwitterStream.setUserId ( String x0 ) has been moved up type hierarchy to TwitterSupport.setUserId ( String userId ) | Method TwitterSupport.setUserId ( String userId ) will be called instead of TwitterStream.setUserId ( String x0 ) in a client program. |