raorq 2009-04-01 14:05
浏览 282
已采纳

J2ME Socket 怎么样设置超时?

如题。有经验的朋友可以告诉我吗,看了APIs,但是设置在S60机器上不生效。

  • 写回答

2条回答 默认 最新

  • iteye_7779 2009-04-03 02:22
    关注

    童鞋, 要读文档啊:

    open

    public static Connection open(String name,
    int mode,
    boolean timeouts)
    throws IOException

    Create and open a Connection.
    
    Parameters:
        name - The URL for the connection
        mode - The access mode
        timeouts - A flag to indicate that the caller wants timeout exceptions 
    Returns:
        A new Connection object 
    Throws:
        IllegalArgumentException - If a parameter is invalid. 
        ConnectionNotFoundException - If the target of the name cannot be found, or if the requested protocol type is not supported. 
        IOException - If some other kind of I/O error occurs. 
        SecurityException - May be thrown if access to the protocol handler is prohibited.
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?