简单手写tcp-rpc.zip
(预估有个40文件)
rpc
.DS_Store
6KB
rpc-client
src
test
java
main
resources
java
com
bennyrhys
client.java
708B
target
generated-sources
annotations
classes
com
bennyrhys
client.class
1KB
pom.xml
902B
myRPC
src
test
java
main
resources
java
com
bennyrhys
proxy
MyInvocationHandler.java
1KB
RpcProxy.java
546B
ReadMe.txt
17B
request
RpcRequest.java
1KB
RpcInvoke.java
2KB
handler
ServerHandler.java
863B
ServiceProcess.java
3KB
target
generated-sources
annotations
classes
com
bennyrhys
proxy
RpcProxy.class
1KB
MyInvocationHandler.class
2KB
request
RpcRequest.class
1KB
RpcInvoke.class
2KB
handler
ServiceProcess.class
2KB
ServerHandler.class
970B
.idea
misc.xml
1KB
compiler.xml
640B
uiDesigner.xml
9KB
workspace.xml
38KB
dictionaries
bennyrhys.xml
88B
encodings.xml
238B
inspectionProfiles
Project_Default.xml
1KB
myRPC.iml
80B
pom.xml
448B
rpc-server
src
test
java
main
resources
java
com
bennyrhys
service
impl
UserServiceImpl.java
488B
Server.java
519B
target
generated-sources
annotations
classes
com
bennyrhys
service
impl
UserServiceImpl.class
768B
Server.class
628B
pom.xml
921B
rpc-interface
src
test
java
main
resources
java
com
bennyrhys
service
UserInfoService.java
197B
model
UserInfo.java
678B
target
generated-sources
annotations
classes
com
bennyrhys
service
UserInfoService.class
190B
model
UserInfo.class
1KB
.idea
misc.xml
894B
workspace.xml
5KB
encodings.xml
238B
inspectionProfiles
Project_Default.xml
1KB
pom.xml
482B
暂无评论