java - Sending key stroke from client to server -


i making project, have built server , client. in development stage , still doesn't much. waned know if possible send keystroke on network client server?

i have implemented keylistener client class. that's done, question is, how send keystroke server, , how server receive keystrokes? how convert keystrokes bytes?

will still use getinputstream() , getoutputstream()?

i consider sending key code server. see keystroke.getkeycode(). integer value.

there many examples on internet of how send int client server (e.g. send/read int in client/server app). take , pick 1 matches use case.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -