handler.java
来自「手机游戏例子」· Java 代码 · 共 15 行
JAVA
15 行
package com.enterprisej2me.HttpConnections;import javax.microedition.io.*;public interface Handler { // Add headers to c public void prepareHeaders (HttpConnection c) throws Exception; // Process headers. If we need re connect (e.g. authen hand shake) // return true; Otherwise return false. public boolean processHeaders (HttpConnection c) throws Exception;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?