E D R , A S I H C RSS

Full text search for "ServerSocket"

Server Socket


Search BackLinks only
Display context of search results
Case-sensitive searching
  • MFC/Socket . . . . 6 matches
         class CServerSocket : public CSocket
          CServerSocket();
          virtual ~CServerSocket();
          //{{AFX_VIRTUAL(CServerSocket)
          //{{AFX_MSG(CServerSocket)
         void CServerSocket::Init(CWnd *pWnd, int nPortNum)
          m_serverSocket.Init(this,SERVERPORT); //서버를 생성한다.
          if(!m_serverSocket.Accept(*m_dataSocket)) // 접속을 받는다. m_dataSocket을 통해 통신한다.
  • Server&Client/상욱 . . . . 6 matches
         public class ServerSocketTest implements Runnable {
          ServerSocket server;
          public ServerSocketTest() throws IOException {
          server = new ServerSocket(22500);
          ServerSocketTest sst = new ServerSocketTest();
  • Server&Client/영동 . . . . 3 matches
         public class SimpleServerSocketTest
          ServerSocket server=new ServerSocket(10000);
  • RandomWalk/임인택 . . . . 2 matches
          private ServerSocket _serverSock;
          _serverSock = new ServerSocket(_defaultPort);
  • BasicJAVA2005/8주차 . . . . 1 match
          - TCP소켓을 만들어 보자. : Socket과 ServerSocket
  • ProjectZephyrus/Server . . . . 1 match
         ||서버를 강제로 종료 ||{{{~cpp InfoManager, SocketManager,}}}[[BR]] {{{~cpp UserSocket, PZServerSocket}}}||류상민, 이상규||90%||
Found 6 matching pages out of 7540 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.4272 sec