Last change
on this file since 5 was
4,
checked in by fmguler, 15 years ago
|
SimpleJavaProxy? ilk import. Basit bir java proxy server. Tarayıcıdan bağımsız cookie'leri yönetmek için oluşturulan bir yardımcı proje. Bu halinde safari key'ini override ediyor.
|
File size:
455 bytes
|
Rev | Line | |
---|
[4] | 1 | /* |
---|
| 2 | * To change this template, choose Tools | Templates |
---|
| 3 | * and open the template in the editor. |
---|
| 4 | */ |
---|
| 5 | |
---|
| 6 | package simplejavaproxy; |
---|
| 7 | |
---|
| 8 | /** |
---|
| 9 | * |
---|
| 10 | * @author fmguler |
---|
| 11 | */ |
---|
| 12 | public class Main { |
---|
| 13 | |
---|
| 14 | /** |
---|
| 15 | * @param args the command line arguments |
---|
| 16 | */ |
---|
| 17 | public static void main(String[] args) { |
---|
| 18 | // TODO code application logic here |
---|
| 19 | //SimpleProxy.main(new String[]{"9999","127.0.0.1","8888"}); |
---|
| 20 | SimpleProxy.main(new String[]{"9999"}); |
---|
| 21 | } |
---|
| 22 | |
---|
| 23 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.