📄 handler.java
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -