root/Weektaken2/Weektaak3/ESB/src/hanze/ga/wt3/http/HTTPApp2QChannel.java
| 355 | 357 | ||
|---|---|---|---|
1 | package hanze.ga.wt3.http; | 1 | package hanze.ga.wt3.http; |
2 | 2 | ||
3 | import java.io.*; | ||
4 | import java.net.*; | ||
5 | |||
6 | import hanze.ga.wt3.channels.App2Q; | 3 | import hanze.ga.wt3.channels.App2Q; |
7 | import hanze.ga.wt3.helper.Security; | 4 | import hanze.ga.wt3.helper.Security; |
8 | 5 | ||
6 | import java.io.IOException; | ||
7 | import java.net.ServerSocket; | ||
8 | |||
9 | public class HTTPApp2QChannel extends App2Q { | 9 | public class HTTPApp2QChannel extends App2Q { |
10 | 10 | ||
11 | private Security httpSecurity; | 11 | private Security httpSecurity; |
Download diff